Commit 7f4a5fbf authored by 李鹏 's avatar 李鹏

配置可视化大屏

parent e35104df
......@@ -278,9 +278,9 @@ function getViews(path) {
var menuToRouter = (menu) => {
menu.forEach((e) => {
e.name = getName(e.path);
if (e.path.indexOf("#") != -1) {
e.path = e.path.split("#")[1];
}
// if (e.path.indexOf("#") != -1) {
// e.path = e.path.split("#")[1];
// }
if (e.children && e.menuType == 0) {
// 其他层级作为文件夹,只提供父级
e.component = () => import("../page/parent/parent.vue");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment