yusheng 1 год назад
Родитель
Сommit
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);