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
5a3b769e
Commit
5a3b769e
authored
May 20, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 应用接入
parent
f0ac6a76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
secret-set.vue
src/components/set/secret-set.vue
+1
-1
enterpriseSet.vue
src/views/enterprise/enterpriseSet.vue
+2
-2
No files found.
src/components/set/secret-set.vue
View file @
5a3b769e
...
...
@@ -92,7 +92,7 @@ export default {
*/
getBrandData
()
{
const
that
=
this
;
postRequest
(
'/haoban-manage3-web/wx-enterprise-list'
,
{})
postRequest
(
'/haoban-manage3-web/wx-enterprise-list'
,
{
filteRight
:
1
})
.
then
(
res
=>
{
let
resData
=
res
.
data
;
if
(
resData
.
errorCode
==
1
)
{
...
...
src/views/enterprise/enterpriseSet.vue
View file @
5a3b769e
...
...
@@ -98,14 +98,14 @@
<span
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
class=
"font-14 color-606266"
>
代开发应用secret:
</span>
</el-tooltip>
</span>
<el-input
class=
"m-l-10 w-399"
maxlength=
"200"
v-model=
"application.secretVal"
></el-input>
<el-input
class=
"m-l-10 w-399"
maxlength=
"200"
:value=
"application.secretVal"
disabled
></el-input>
<span
v-if=
"haobanObj.updateTime"
class=
"m-l-20 font-12 color-909399"
>
最后一次授权:
{{
application
.
updateTime
|
formatTimeStamp
}}
</span>
</div>
<div
class=
"m-b-20 secret-cell"
v-show=
"paymentObj.secretVal"
>
<span
class=
"inline-block w-127"
>
<span
class=
"font-14 color-606266"
>
企微支付secret:
</span>
</span>
<el-input
class=
"m-l-10 w-399"
maxlength=
"200"
v-model=
"paymentObj.secretVal"
></el-input>
<el-input
class=
"m-l-10 w-399"
maxlength=
"200"
:value=
"paymentObj.secretVal"
disabled
></el-input>
</div>
<div
class=
"secret-cell m-b-20"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"企业微信中【应用管理】关联的会员小程序secret,请复制后更新至此处。首次使用好办请输入。"
placement=
"top-start"
>
<span
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
class=
"font-14 color-606266"
>
会员小程序secret:
</span></el-tooltip>
...
...
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