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
caa2de12
Commit
caa2de12
authored
Jan 17, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpate: 企微支付secret
parent
d38b9c7a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
proxyList.js
config/proxyList.js
+7
-0
enterpriseSet.vue
src/views/enterprise/enterpriseSet.vue
+11
-1
No files found.
config/proxyList.js
View file @
caa2de12
...
@@ -63,6 +63,13 @@ module.exports = {
...
@@ -63,6 +63,13 @@ module.exports = {
pathRewrite
:
{
pathRewrite
:
{
'^/haoban-task-manage-web'
:
''
'^/haoban-task-manage-web'
:
''
}
}
},
'/haoban-app-aggregation-web/'
:{
target
:
'https://www.gicdev.com/haoban-app-aggregation-web/'
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/haoban-app-aggregation-web/'
:
''
}
}
},
}
}
}
}
src/views/enterprise/enterpriseSet.vue
View file @
caa2de12
...
@@ -100,6 +100,12 @@
...
@@ -100,6 +100,12 @@
<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"
v-model=
"application.secretVal"
></el-input>
<span
v-if=
"haobanObj.updateTime"
class=
"m-l-20 font-12 color-909399"
>
最后一次授权:
{{
application
.
updateTime
|
formatTimeStamp
}}
</span>
<span
v-if=
"haobanObj.updateTime"
class=
"m-l-20 font-12 color-909399"
>
最后一次授权:
{{
application
.
updateTime
|
formatTimeStamp
}}
</span>
</div>
</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>
</div>
<div
class=
"secret-cell m-b-20"
>
<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>
<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>
<span
class=
"p-l-10 font-14 color-303133 font-w-500"
>
会员小程序信息
</span>
<span
class=
"p-l-10 font-14 color-303133 font-w-500"
>
会员小程序信息
</span>
...
@@ -294,7 +300,8 @@ export default {
...
@@ -294,7 +300,8 @@ export default {
application
:
{
application
:
{
secretVal
:
''
,
secretVal
:
''
,
updateTime
:
null
updateTime
:
null
}
// 待开发应用secret
},
// 待开发应用secret
paymentObj
:
{}
};
};
},
},
computed
:
{},
computed
:
{},
...
@@ -635,6 +642,9 @@ export default {
...
@@ -635,6 +642,9 @@ export default {
if
(
ele
.
secretType
==
5
)
{
if
(
ele
.
secretType
==
5
)
{
this
.
application
=
ele
;
this
.
application
=
ele
;
}
}
if
(
ele
.
secretType
==
6
)
{
this
.
paymentObj
=
ele
;
}
});
});
}
}
return
false
;
return
false
;
...
...
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