@@ -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);