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