Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
d53c046c
Commit
d53c046c
authored
May 31, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
329aeccc
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
4 deletions
+5
-4
index.html
index.html
+1
-0
game.js
src/router/modules/game.js
+3
-3
index.vue
src/views/game/cmh/index.vue
+1
-1
prizeDetail
src/views/game/cmh/prizeDetail
+0
-0
activityDetail.vue
src/views/game/cmh/statistics/activityDetail.vue
+0
-0
prizeDetail.vue
src/views/game/cmh/statistics/prizeDetail.vue
+0
-0
statistics.vue
src/views/game/cmh/statistics/statistics.vue
+0
-0
No files found.
index.html
View file @
d53c046c
...
...
@@ -5,6 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"./static/img/favicon.ico"
>
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"<%= htmlWebpackPlugin.options.BASE_URL %>static/css/common.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_688955_2dxzdzrb3a7.css"
>
<!--GIC后台3.0-->
<script
src=
"//at.alicdn.com/t/font_688955_2dxzdzrb3a7.js"
></script>
<!--GIC后台3.0-->
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_3229694_f4zx0uhc8y.css"
>
<!--GIC3.0营销-->
...
...
src/router/modules/game.js
View file @
d53c046c
...
...
@@ -231,17 +231,17 @@ export default {
{
path
:
'cmh/statistics/:id'
,
name
:
'拆盲盒数据统计'
,
component
:
()
=>
import
(
/* webpackChunkName: "game" */
'../../views/game/cmh/
form
.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "game" */
'../../views/game/cmh/
statistics/statistics
.vue'
)
},
{
path
:
'cmh/statistics/activityDetail/:id'
,
name
:
'拆盲盒数据统计-活动明细'
,
component
:
()
=>
import
(
/* webpackChunkName: "game" */
'../../views/game/cmh/
form
.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "game" */
'../../views/game/cmh/
statistics/activityDetail
.vue'
)
},
{
path
:
'cmh/statistics/prizeDetail/:id'
,
name
:
'拆盲盒数据统计-奖品明细'
,
component
:
()
=>
import
(
/* webpackChunkName: "game" */
'../../views/game/cmh/
form
.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "game" */
'../../views/game/cmh/
statistics/prizeDetail
.vue'
)
}
]
};
...
...
src/views/game/cmh/index.vue
View file @
d53c046c
...
...
@@ -203,7 +203,7 @@ export default {
visible
:
row
=>
{
return
(
row
.
status
===
1
||
row
.
status
===
2
||
row
.
status
===
3
)
&&
this
.
$getButtonLimit
(
this
.
$buttonCode
.
marketingCmhStatistics
);
},
handler
:
row
=>
this
.
$router
.
push
(
'/cmh/statistics/'
+
row
.
gameId
)
handler
:
row
=>
this
.
$router
.
push
(
'/
game/
cmh/statistics/'
+
row
.
gameId
)
}
]
};
...
...
src/views/game/cmh/prizeDetail
0 → 100644
View file @
d53c046c
src/views/game/cmh/statistics/activityDetail.vue
0 → 100644
View file @
d53c046c
src/views/game/cmh/statistics/prizeDetail.vue
0 → 100644
View file @
d53c046c
src/views/game/cmh/statistics/statistics.vue
0 → 100644
View file @
d53c046c
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