yusheng пре 1 година
родитељ
комит
33181c770e
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
       }
       p.link = p.component;
-      p.component = curPath+p.component;
+      p.component = 'http://aiot.zoomwin.com.cn:51001/'+curPath+p.component;
       if (p.menuType === 2) {
         // p.children = [];
         authorities.push(p);