Commit 82bafe64 authored by yaya's avatar yaya

feat:去除多余入口

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