Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
godwithdh
WX_h5
Commits
c7e6fa00
Commit
c7e6fa00
authored
Feb 06, 2020
by
godwithdh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
health
parent
63ee0646
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
index.js
src/router/index.js
+15
-0
punchClock.vue
src/view/healthCard/punchClock.vue
+19
-0
No files found.
src/router/index.js
View file @
c7e6fa00
...
...
@@ -345,6 +345,21 @@ let tipRoutes = [
},
]
},
{
//健康打卡
name
:
"main"
,
component
:()
=>
import
(
"@/view/main.vue"
),
path
:
"/main"
,
children
:[
{
path
:
"/healthCard/punchClock"
,
name
:
"punchClock"
,
component
:()
=>
import
(
"@/view/healthCard/punchClock.vue"
),
meth
:{
title
:
"打卡列表"
}
}
]
}
];
let
shopVersionRoutes
=
[
...
...
src/view/healthCard/punchClock.vue
0 → 100644
View file @
c7e6fa00
<
style
lang=
"less"
>
</
style
>
<
template
>
<div
id=
"punchClock"
>
</div>
</
template
>
<
script
>
export
default
{
name
:
'punchClock'
,
data
()
{
return
{
}
}
}
</
script
>
\ No newline at end of file
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