yusheng 1 anno fa
parent
commit
33181c770e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/store/modules/user.js

+ 1 - 1
src/store/modules/user.js

@@ -23,7 +23,7 @@ const formatRouter = (list) => {
         curPath = p.path;
         curPath = p.path;
       }
       }
       p.link = p.component;
       p.link = p.component;
-      p.component = curPath+p.component;
+      p.component = 'http://aiot.zoomwin.com.cn:51001/'+curPath+p.component;
       if (p.menuType === 2) {
       if (p.menuType === 2) {
         // p.children = [];
         // p.children = [];
         authorities.push(p);
         authorities.push(p);