Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
8c5f2c11
Commit
8c5f2c11
authored
Apr 07, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
11
parents
713a8498
55b04158
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
index.vue
src/components/sellevent/index.vue
+1
-1
router.js
src/router.js
+17
-0
No files found.
src/components/sellevent/index.vue
View file @
8c5f2c11
...
...
@@ -21,7 +21,7 @@
</div>
</el-badge>
<el-badge
:value=
"r[1]"
:max=
"9999"
class=
"item"
>
<div
class=
"event"
>
<div
class=
"event"
@
click=
"goBirth('graduationEvent')"
>
<img
src=
"../../assets/img/event/biye.png"
/>
<div
class=
"content"
>
<div
class=
"ti"
>
毕业季事件
</div>
...
...
src/router.js
View file @
8c5f2c11
...
...
@@ -187,6 +187,23 @@ export default new Router({
title
:
"生日事件"
}
},
{
path
:
"/festivalEvent"
,
name
:
"festivalEvent"
,
component
:
()
=>
import
(
'./components/sellevent/festival.vue'
),
meta
:
{
title
:
"节日事件"
}
},
{
path
:
"/emergencyEvent"
,
name
:
"emergencyEvent"
,
component
:
()
=>
import
(
'./components/sellevent/emergency.vue'
),
meta
:
{
title
:
"突发事件"
}
},
{
path
:
"/gaoxiao"
,
name
:
"gaoxiao"
,
...
...
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