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
1b8c2abf
Commit
1b8c2abf
authored
Jun 30, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 切换
parent
d43bfe11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
form.vue
src/views/game/cmh/form.vue
+4
-3
index.vue
src/views/game/cmh/index.vue
+1
-0
No files found.
src/views/game/cmh/form.vue
View file @
1b8c2abf
...
@@ -379,7 +379,6 @@ export default {
...
@@ -379,7 +379,6 @@ export default {
const
{
result
}
=
res
;
const
{
result
}
=
res
;
this
.
$message
.
success
(
'发布成功'
);
this
.
$message
.
success
(
'发布成功'
);
this
.
getLink
(
result
);
this
.
getLink
(
result
);
this
.
$route
.
meta
.
refresh
=
true
;
}
}
})
})
.
finally
(
_
=>
{
.
finally
(
_
=>
{
...
@@ -414,10 +413,12 @@ export default {
...
@@ -414,10 +413,12 @@ export default {
editRenew
()
{
editRenew
()
{
window
.
location
.
href
=
window
.
location
.
origin
+
`/marketing/#/game/cmh/edit/
${
this
.
gameId
}
`
;
window
.
location
.
href
=
window
.
location
.
origin
+
`/marketing/#/game/cmh/edit/
${
this
.
gameId
}
`
;
window
.
location
.
reload
();
window
.
location
.
reload
();
// this.$router.push(`/game/cmh/edit/${this.gameId}`);
},
},
goList
()
{
goList
()
{
window
.
close
();
if
(
this
.
isAdd
)
{
this
.
$route
.
meta
.
refresh
=
true
;
}
this
.
$router
.
push
(
'/game/cmh'
);
}
}
}
}
};
};
...
...
src/views/game/cmh/index.vue
View file @
1b8c2abf
...
@@ -94,6 +94,7 @@ import links from '../common/links';
...
@@ -94,6 +94,7 @@ import links from '../common/links';
import
{
formatDateTimeByType
}
from
'@/utils/index.js'
;
import
{
formatDateTimeByType
}
from
'@/utils/index.js'
;
import
img
from
'@/assets/img/template1/mould_share_page.png'
;
import
img
from
'@/assets/img/template1/mould_share_page.png'
;
import
dmDropdown
from
'@/components/dm-drop-down/dm-drop-down'
;
import
dmDropdown
from
'@/components/dm-drop-down/dm-drop-down'
;
export
default
{
export
default
{
components
:
{
components
:
{
dmDropdown
,
dmDropdown
,
...
...
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