Commit 82bafe64 authored by yaya's avatar yaya

feat:去除多余入口

parent 7897da58
......@@ -143,8 +143,8 @@ export const asyncRouterMap = [
icon: 'message',
noCache: true
}
},
{
}
/* {
path: 'inviteList',
component: () => import('@/views/user/inviteList'),
name: 'inviteList',
......@@ -178,7 +178,7 @@ export const asyncRouterMap = [
noCache: true
},
hidden: true
}
}*/
]
},
{
......@@ -367,7 +367,7 @@ export const asyncRouterMap = [
}
]
},
{
/* {
path: '/consign',
component: Layout,
redirect: 'noredirect',
......@@ -427,7 +427,7 @@ export const asyncRouterMap = [
hidden: true
}
]
},
},*/
{
path: '/sale',
component: Layout,
......@@ -435,7 +435,7 @@ export const asyncRouterMap = [
alwaysShow: true,
name: 'sale',
meta: {
title: '分销管理',
title: '商品管理',
icon: 'shopping'
},
children: [
......@@ -445,7 +445,7 @@ export const asyncRouterMap = [
name: 'saleList',
meta: {
perms: [],
title: '分销商品管理',
title: '分销商品',
icon: 'list',
noCache: true,
keepAlive: true
......@@ -466,7 +466,7 @@ export const asyncRouterMap = [
}
]
},
{
/* {
path: '/service',
component: Layout,
redirect: 'noredirect',
......@@ -500,7 +500,7 @@ export const asyncRouterMap = [
}
}
]
},
},*/
{
path: '/redData',
component: Layout,
......
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