agilebuilder-ui 1.0.78 → 1.0.79
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/lib/super-ui.js +4 -4
- package/lib/super-ui.umd.cjs +82 -82
- package/package.json +1 -1
- package/packages/plugins/export-data-new.js +1 -1
package/package.json
CHANGED
|
@@ -399,7 +399,7 @@ function exportListData(
|
|
|
399
399
|
// 获得文件中心/导出任务菜单的路由地址
|
|
400
400
|
function getDcExportPageUrl() {
|
|
401
401
|
let exportPageUrl
|
|
402
|
-
const baseAPI =
|
|
402
|
+
const baseAPI = window.$vueApp.config.globalProperties.baseAPI
|
|
403
403
|
if (baseAPI) {
|
|
404
404
|
// 获得平台的域名和端口
|
|
405
405
|
const baseUrls = baseAPI.split('/')
|