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
Dec 26, 2022
by
wsm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
db540ab7
Show 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 = [
icon
:
'yen-sign'
,
},
},
{
path
:
'icon'
,
component
:
EmptyLayout
,
redirect
:
'noRedirect'
,
name
:
'Icon'
,
meta
:
{
title
:
'图标'
,
permissions
:
[
'admin'
],
},
children
:
[
{
path
:
'awesomeIcon'
,
name
:
'AwesomeIcon'
,
component
:
()
=>
import
(
'@/views/vab/icon/index'
),
meta
:
{
title
:
'常规图标'
},
},
{
path
:
'colorfulIcon'
,
name
:
'ColorfulIcon'
,
component
:
()
=>
import
(
'@/views/vab/icon/colorfulIcon'
),
meta
:
{
title
:
'多彩图标'
},
},
],
},
//
{
//
path: 'icon',
//
component: EmptyLayout,
//
redirect: 'noRedirect',
//
name: 'Icon',
//
meta: {
//
title: '图标',
//
permissions: ['admin'],
//
},
//
children: [
//
{
//
path: 'awesomeIcon',
//
name: 'AwesomeIcon',
//
component: () => import('@/views/vab/icon/index'),
//
meta: { title: '常规图标' },
//
},
//
{
//
path: 'colorfulIcon',
//
name: 'ColorfulIcon',
//
component: () => import('@/views/vab/icon/colorfulIcon'),
//
meta: { title: '多彩图标' },
//
},
//
],
//
},
// {
// path: 'table',
// component: () => import('@/views/vab/table/index'),
...
...
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