Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
82bafe64
Commit
82bafe64
authored
Apr 25, 2024
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:去除多余入口
parent
7897da58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/router/index.js
src/router/index.js
+9
-9
No files found.
src/router/index.js
View file @
82bafe64
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment