Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
Athena
Commits
b00e1091
Commit
b00e1091
authored
Jul 19, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
b2c3fe96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
router.js
src/router.js
+32
-0
No files found.
src/router.js
View file @
b00e1091
...
...
@@ -4,6 +4,10 @@ import index from "./views/index";
import
login
from
"./views/login"
;
import
newLogin
from
"./views/newLogin"
;
import
IceCreamTask
from
"./components/taskPage/IceCream/IceCreamTask"
;
import
JuanSaid
from
"./components/taskPage/JuanSaid"
;
import
FoodImg
from
"./components/taskPage/FoodImg"
;
import
Fire
from
"./components/taskPage/Fire"
;
Vue
.
use
(
Router
);
export
default
new
Router
({
...
...
@@ -623,5 +627,33 @@ export default new Router({
headerShow
:
true
,
},
},
{
path
:
"/JuanSaid"
,
name
:
"JuanSaid"
,
component
:
JuanSaid
,
meta
:
{
title
:
"卷妹说"
,
headerShow
:
true
,
},
},
{
path
:
"/FoodImg"
,
name
:
"FoodImg"
,
component
:
FoodImg
,
meta
:
{
title
:
"卷妹说"
,
headerShow
:
true
,
},
},
{
path
:
"/Fire"
,
name
:
"Fire"
,
component
:
Fire
,
meta
:
{
title
:
"卷妹说"
,
headerShow
:
true
,
},
},
]
});
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