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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agilebuilder-ui",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
@@ -399,7 +399,7 @@ function exportListData(
399
399
  // 获得文件中心/导出任务菜单的路由地址
400
400
  function getDcExportPageUrl() {
401
401
  let exportPageUrl
402
- const baseAPI = Vue.prototype.baseAPI
402
+ const baseAPI = window.$vueApp.config.globalProperties.baseAPI
403
403
  if (baseAPI) {
404
404
  // 获得平台的域名和端口
405
405
  const baseUrls = baseAPI.split('/')