Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
079646d7
Commit
079646d7
authored
2 years ago
by
wsm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
db540ab7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
src/router/index.js
+24
-24
No files found.
src/router/index.js
View file @
079646d7
...
@@ -100,30 +100,30 @@ export const asyncRoutes = [
...
@@ -100,30 +100,30 @@ export const asyncRoutes = [
icon
:
'yen-sign'
,
icon
:
'yen-sign'
,
},
},
},
},
{
//
{
path
:
'icon'
,
//
path: 'icon',
component
:
EmptyLayout
,
//
component: EmptyLayout,
redirect
:
'noRedirect'
,
//
redirect: 'noRedirect',
name
:
'Icon'
,
//
name: 'Icon',
meta
:
{
//
meta: {
title
:
'图标'
,
//
title: '图标',
permissions
:
[
'admin'
],
//
permissions: ['admin'],
},
//
},
children
:
[
//
children: [
{
//
{
path
:
'awesomeIcon'
,
//
path: 'awesomeIcon',
name
:
'AwesomeIcon'
,
//
name: 'AwesomeIcon',
component
:
()
=>
import
(
'@/views/vab/icon/index'
),
//
component: () => import('@/views/vab/icon/index'),
meta
:
{
title
:
'常规图标'
},
//
meta: { title: '常规图标' },
},
//
},
{
//
{
path
:
'colorfulIcon'
,
//
path: 'colorfulIcon',
name
:
'ColorfulIcon'
,
//
name: 'ColorfulIcon',
component
:
()
=>
import
(
'@/views/vab/icon/colorfulIcon'
),
//
component: () => import('@/views/vab/icon/colorfulIcon'),
meta
:
{
title
:
'多彩图标'
},
//
meta: { title: '多彩图标' },
},
//
},
],
//
],
},
//
},
// {
// {
// path: 'table',
// path: 'table',
// component: () => import('@/views/vab/table/index'),
// component: () => import('@/views/vab/table/index'),
...
...
This diff is collapsed.
Click to expand it.
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