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
1ab04c2d
Commit
1ab04c2d
authored
Mar 10, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 兑换码菜单调整
parent
96740275
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
form.vue
src/views/cdkey/form.vue
+0
-4
list.vue
src/views/cdkey/list.vue
+0
-1
record-list.vue
src/views/cdkey/record-list.vue
+0
-1
No files found.
src/views/cdkey/form.vue
View file @
1ab04c2d
...
...
@@ -378,10 +378,6 @@ export default {
if
(
!
this
.
isAdd
)
{
this
.
getInfo
();
}
},
created
()
{
const
name
=
this
.
isAdd
?
'新建兑换码'
:
this
.
isEdit
?
'编辑兑换码'
:
'兑换码详情'
;
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'兑换码'
,
path
:
'/cdKey/list'
},
{
name
,
path
:
''
}]);
// eslint-disable-line
}
};
</
script
>
...
...
src/views/cdkey/list.vue
View file @
1ab04c2d
...
...
@@ -123,7 +123,6 @@ export default {
};
},
created
()
{
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'兑换码'
,
path
:
''
},
{
name
:
'兑换码列表'
,
path
:
''
}]);
// eslint-disable-line
this
.
getTableList
();
this
.
getCdkeyWxaQrCodeImage
();
},
...
...
src/views/cdkey/record-list.vue
View file @
1ab04c2d
...
...
@@ -71,7 +71,6 @@ export default {
};
},
created
()
{
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'兑换码'
,
path
:
''
},
{
name
:
'兑换记录'
,
path
:
''
}]);
// eslint-disable-line
this
.
getTableList
();
},
methods
:
{
...
...
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