@ebiz/designer-components 0.1.79 → 0.1.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -50138,7 +50138,7 @@ let u2 = {
50138
50138
  6: "/appdata/updateDatas",
50139
50139
  7: "/appdata/delData",
50140
50140
  8: "/appdata/delDatas",
50141
- 9: "/api/appdata/link/select",
50141
+ 9: "/appdata/link/select",
50142
50142
  10: "/api/file/upload",
50143
50143
  // 文件上传API
50144
50144
  MULTIPLE_DATA_SEARCH: "/appdata/select",
@@ -50150,7 +50150,7 @@ let u2 = {
50150
50150
  BATCH_DATA_MODIFY: "/appdata/updateDatas",
50151
50151
  DEL_DATA: "/appdata/delData",
50152
50152
  BATCH_DEL_DATA: "/appdata/delDatas",
50153
- MULTIPLE_DATA_LINK_SEARCH: "/api/appdata/link/select",
50153
+ MULTIPLE_DATA_LINK_SEARCH: "/appdata/link/select",
50154
50154
  FILE_UPLOAD: "/api/file/upload",
50155
50155
  // 文件上传API
50156
50156
  PROCESS: "/appdata/process"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebiz/designer-components",
3
- "version": "0.1.79",
3
+ "version": "0.1.80",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -138,7 +138,7 @@ let apiMap = {
138
138
  "6": '/appdata/updateDatas',
139
139
  "7": '/appdata/delData',
140
140
  "8": '/appdata/delDatas',
141
- "9": '/api/appdata/link/select',
141
+ "9": '/appdata/link/select',
142
142
  "10": '/api/file/upload', // 文件上传API
143
143
 
144
144
  MULTIPLE_DATA_SEARCH: '/appdata/select',
@@ -150,7 +150,7 @@ let apiMap = {
150
150
  BATCH_DATA_MODIFY: '/appdata/updateDatas',
151
151
  DEL_DATA: '/appdata/delData',
152
152
  BATCH_DEL_DATA: '/appdata/delDatas',
153
- MULTIPLE_DATA_LINK_SEARCH: '/api/appdata/link/select',
153
+ MULTIPLE_DATA_LINK_SEARCH: '/appdata/link/select',
154
154
  FILE_UPLOAD: '/api/file/upload', // 文件上传API
155
155
  PROCESS: '/appdata/process'
156
156
  }