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
1b9f70d8
Commit
1b9f70d8
authored
Jul 06, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 群发列表
parent
04a5830e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
delDialog.vue
src/views/message/delDialog.vue
+8
-9
No files found.
src/views/message/delDialog.vue
View file @
1b9f70d8
...
...
@@ -19,12 +19,12 @@
<
script
>
const
routeMap
=
{
//1, "短信群发"2, "智能营销"3, "ai营销"4, "
短信导入
"5, "扫码营销"
1
:
'/message/record
/detail
'
,
//活动名maxlength10
2
:
'/ecm/
edi
t'
,
//活动名maxlength30
3
:
'/ai/
info
'
,
//活动名maxlength30
4
:
'/message/import-send
/info
'
,
//活动名maxlength10
5
:
'/scan/
edi
t'
//活动名maxlength9
//1, "短信群发"2, "智能营销"3, "ai营销"4, "
导入群发
"5, "扫码营销"
1
:
'/message/record'
,
//活动名maxlength10
2
:
'/ecm/
lis
t'
,
//活动名maxlength30
3
:
'/ai/
list
'
,
//活动名maxlength30
4
:
'/message/import-send'
,
//活动名maxlength10
5
:
'/scan/
lis
t'
//活动名maxlength9
};
export
default
{
props
:
{
...
...
@@ -48,7 +48,7 @@ export default {
1
:
'短信群发'
,
2
:
'智能营销'
,
3
:
'ai营销'
,
4
:
'
短信导入
'
,
4
:
'
导入群发
'
,
5
:
'扫码营销'
};
return
obj
[
val
];
...
...
@@ -67,8 +67,7 @@ export default {
},
localtionChange
(
item
)
{
const
path
=
routeMap
[
item
.
busiObjRelationType
];
console
.
log
(
`
${
path
}
/
${
item
.
busiObjRelationId
}
`
);
this
.
$router
.
push
(
`
${
path
}
/
${
item
.
busiObjRelationId
}
`
);
this
.
$router
.
push
(
`
${
path
}
`
);
}
}
};
...
...
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