Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
aed4f13d
Commit
aed4f13d
authored
Jul 18, 2022
by
huaying
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/act-code' into dev
parents
b7c7b239
e79f7c5f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
attractFlowLinkRouter.js
src/router/actCodeManageRouter/attractFlowLinkRouter.js
+6
-2
salutatory.vue
src/views/enterprise/salutatory.vue
+1
-1
welcomesItem.vue
src/views/salesleads/components/welcomesItem.vue
+1
-1
No files found.
src/router/actCodeManageRouter/attractFlowLinkRouter.js
View file @
aed4f13d
...
...
@@ -10,7 +10,9 @@ const attractFlowLinkRouter = [
path
:
'/attractFlowLinkAdd'
,
name
:
'新增引流链接'
,
meta
:
{
type
:
'add'
type
:
'add'
,
keepAlive
:
true
,
fromPath
:
[
'/salutatorySet'
]
},
component
:
_import
(
'salesleads/actCodeManage/attractFlowLink'
,
'detail'
)
},
...
...
@@ -18,7 +20,9 @@ const attractFlowLinkRouter = [
path
:
'/attractFlowLinkEdit/:id'
,
name
:
'编辑引流链接'
,
meta
:
{
type
:
'edit'
type
:
'edit'
,
keepAlive
:
true
,
fromPath
:
[
'/salutatorySet'
]
},
component
:
_import
(
'salesleads/actCodeManage/attractFlowLink'
,
'detail'
)
},
...
...
src/views/enterprise/salutatory.vue
View file @
aed4f13d
...
...
@@ -239,7 +239,7 @@ export default {
},
goLinkDetail
(
row
)
{
console
.
log
(
row
);
if
(
row
.
type
==
1
)
{
if
(
row
.
type
==
2
)
{
this
.
$router
.
push
(
'/actCodeDetail?hmId='
+
row
.
referId
);
}
else
{
this
.
$router
.
push
(
`/attractFlowLinkInfo/
${
row
.
referId
}
`
);
...
...
src/views/salesleads/components/welcomesItem.vue
View file @
aed4f13d
...
...
@@ -2,7 +2,7 @@
<div>
<el-row>
<el-col
:span=
"17"
>
<el-form-item
label=
"
活码类型
"
>
<el-form-item
label=
"
设置欢迎语
"
>
<el-radio-group
v-model=
"welcomesType"
@
change=
"radioChange"
>
<el-radio
:label=
"1"
v-if=
"welcomeType == 'code'"
>
活码欢迎语
</el-radio>
<el-radio
:label=
"1"
v-else
>
链接欢迎语
</el-radio>
...
...
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