Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
370b8363
Commit
370b8363
authored
Aug 18, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ff3de35e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
905 additions
and
12 deletions
+905
-12
wechat.js
src/api/system/wechat.js
+24
-0
welcome-from.vue
src/components/enterprise/welcome-from.vue
+387
-0
addchannelcode.vue
src/pages/enterprise/addchannelcode.vue
+493
-11
channelcodeList.vue
src/pages/enterprise/channelcodeList.vue
+1
-1
No files found.
src/api/system/wechat.js
View file @
370b8363
...
...
@@ -295,6 +295,30 @@ export function SetSynvEduEmployee(data) {
data
})
}
/**
* 保存渠道活码
*
*/
export
function
setWeChatChannelInfo
(
data
)
{
return
request
({
url
:
'/QYWeChat/SetWeChatChannelInfo'
,
method
:
'post'
,
data
})
}
/**
* 渠道活码 详情
*
*/
export
function
getWeChatChannelInfo
(
data
)
{
return
request
({
url
:
'/QYWeChat/GetWeChatChannelInfo'
,
method
:
'post'
,
data
})
}
src/components/enterprise/welcome-from.vue
0 → 100644
View file @
370b8363
This diff is collapsed.
Click to expand it.
src/pages/enterprise/addchannelcode.vue
View file @
370b8363
This diff is collapsed.
Click to expand it.
src/pages/enterprise/channelcodeList.vue
View file @
370b8363
...
...
@@ -214,7 +214,7 @@
},
goedit
(
row
)
{
//编辑
this
.
$router
.
push
({
path
:
'/enterprise/add
Welcom
e'
,
path
:
'/enterprise/add
channelcod
e'
,
query
:
{
Id
:
row
.
Id
}
...
...
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