agilebuilder-ui 1.1.4-temp2 → 1.1.4-temp3
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/package.json
CHANGED
|
@@ -167,7 +167,7 @@ export default {
|
|
|
167
167
|
const uuids = serverPath.split(',')
|
|
168
168
|
const baseURL = window.$vueApp.config.globalProperties.baseURL
|
|
169
169
|
const baseAPI = window.$vueApp.config.globalProperties.baseAPI
|
|
170
|
-
|
|
170
|
+
let tempAction = baseURL + '/common/fs-upload/search-file-names'
|
|
171
171
|
if (isPlateSys(window.$vueApp.config.globalProperties.systemCode)) {
|
|
172
172
|
tempAction = baseAPI + '/api/search-file-names'
|
|
173
173
|
}
|
|
@@ -308,7 +308,7 @@ export default {
|
|
|
308
308
|
const uuids = this.fileInfo.serverPath.split(',')
|
|
309
309
|
const baseURL = window.$vueApp.config.globalProperties.baseURL
|
|
310
310
|
const baseAPI = window.$vueApp.config.globalProperties.baseAPI
|
|
311
|
-
|
|
311
|
+
let tempAction = baseURL + '/common/fs-upload/search-file-names'
|
|
312
312
|
if (isPlateSys(this.systemCode)) {
|
|
313
313
|
tempAction = baseAPI + '/api/search-file-names'
|
|
314
314
|
}
|