threethousanddream 3 meses atrás
pai
commit
730007868d
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      package.json
  2. 1 1
      public/config.js

+ 1 - 1
package.json

@@ -32,7 +32,7 @@
     "js-table2excel": "^1.0.3",
     "jsplumb": "^2.15.6",
     "lodash": "^4.17.21",
-    "mgmt-component-v3": "^0.0.145",
+    "mgmt-component-v3": "^0.0.149",
     "mgmt-helper": "^0.0.101",
     "mitt": "^3.0.0",
     "moment": "^2.29.4",

+ 1 - 1
public/config.js

@@ -19,7 +19,7 @@ window._CONFIG = {
   API_PREFIX: "",// 在管理端查看租户端或平台端的访问路径,这样的设置以后iam鉴权请求就会带上这个路径
   loginPath: '/console/#/login', // 跳转登录的path,点击跳转登录
   VUE_APP_RESOURCE:[],
-  PREFIX_URL:'/some/',
+  PREFIX_URL:'/',
 };
 // window._CONFIG = {
 //   // 中台bi部署地址