Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yimu
h5-front
Commits
f7b67171
Commit
f7b67171
authored
Mar 09, 2022
by
zhuang_cong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5a142f17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
index.js
src/router/index.js
+9
-9
No files found.
src/router/index.js
View file @
f7b67171
...
@@ -123,20 +123,20 @@ const routes = [
...
@@ -123,20 +123,20 @@ const routes = [
tabIndex
:
1
tabIndex
:
1
}
}
},
},
{
//
{
path
:
'/shopping-cart'
,
//
path: '/shopping-cart',
name
:
'shopping-cart'
,
//
name: 'shopping-cart',
component
:
ViewsCom
.
ShoppingCart
,
//
component: ViewsCom.ShoppingCart,
meta
:
{
//
meta: {
tabIndex
:
2
//
tabIndex: 2
}
//
}
},
//
},
{
{
path
:
'/user-center'
,
path
:
'/user-center'
,
name
:
'user-center'
,
name
:
'user-center'
,
component
:
ViewsCom
.
UserCenter
,
component
:
ViewsCom
.
UserCenter
,
meta
:
{
meta
:
{
tabIndex
:
3
tabIndex
:
2
}
}
},
},
...
...
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