Commit e71eb6b9 authored by xinzhedeai's avatar xinzhedeai

首页跳转修改 菜单单独显示配置

parent c3a32f88
...@@ -53,21 +53,21 @@ export const constantRouterMap = [ ...@@ -53,21 +53,21 @@ export const constantRouterMap = [
} }
] ]
}, },
// { {
// path: "/home/enterprise", path: "/home/enterprise",
// //component: Layout, //component: Layout,
// component: HomeLayout, component: HomeLayout,
// redirect: "noredirect", redirect: "noredirect",
// hidden:true, hidden:false,
// children: [ children: [
// { {
// path: "center", path: "center",
// component: resolve => require(["@/views/system/home/enterprise"], resolve), component: resolve => require(["@/views/system/home/enterprise"], resolve),
// name: "首页-企业", name: "首页-企业",
// meta: { title: "首页", affix:true } meta: { title: "首页", affix:true , icon: "index"}
// } }
// ] ]
// }, },
{ {
path: "/edge/Screen", path: "/edge/Screen",
component: (resolve) => { component: (resolve) => {
......
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