Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
36268cf8
authored
Aug 03, 2023
by
dhb52
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo: apiclient_key.perm => apiclient_key.pem
parent
323417b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/views/pay/app/components/weixinChannelForm.vue
+6
-6
No files found.
src/views/pay/app/components/weixinChannelForm.vue
View file @
36268cf8
...
@@ -103,13 +103,13 @@
...
@@ -103,13 +103,13 @@
</el-form-item>
</el-form-item>
<el-form-item
<el-form-item
label-width=
"180px"
label-width=
"180px"
label=
"apiclient_key.pe
r
m 证书"
label=
"apiclient_key.pem 证书"
prop=
"config.privateKeyContent"
prop=
"config.privateKeyContent"
>
>
<el-input
<el-input
v-model=
"formData.config.privateKeyContent"
v-model=
"formData.config.privateKeyContent"
type=
"textarea"
type=
"textarea"
placeholder=
"请上传 apiclient_key.pe
r
m 证书"
placeholder=
"请上传 apiclient_key.pem 证书"
readonly
readonly
:autosize=
"{ minRows: 8, maxRows: 8 }"
:autosize=
"{ minRows: 8, maxRows: 8 }"
:style=
"{ width: '100%' }"
:style=
"{ width: '100%' }"
...
@@ -129,13 +129,13 @@
...
@@ -129,13 +129,13 @@
</el-form-item>
</el-form-item>
<el-form-item
<el-form-item
label-width=
"180px"
label-width=
"180px"
label=
"apiclient_cert.pe
r
m证书"
label=
"apiclient_cert.pem证书"
prop=
"config.privateCertContent"
prop=
"config.privateCertContent"
>
>
<el-input
<el-input
v-model=
"formData.config.privateCertContent"
v-model=
"formData.config.privateCertContent"
type=
"textarea"
type=
"textarea"
placeholder=
"请上传apiclient_cert.pe
r
m证书"
placeholder=
"请上传apiclient_cert.pem证书"
readonly
readonly
:autosize=
"{ minRows: 8, maxRows: 8 }"
:autosize=
"{ minRows: 8, maxRows: 8 }"
:style=
"{ width: '100%' }"
:style=
"{ width: '100%' }"
...
@@ -207,10 +207,10 @@ const rules = {
...
@@ -207,10 +207,10 @@ const rules = {
{
required
:
true
,
message
:
'请上传 apiclient_cert.p12 证书'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请上传 apiclient_cert.p12 证书'
,
trigger
:
'blur'
}
],
],
'config.privateKeyContent'
:
[
'config.privateKeyContent'
:
[
{
required
:
true
,
message
:
'请上传 apiclient_key.pe
r
m 证书'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请上传 apiclient_key.pem 证书'
,
trigger
:
'blur'
}
],
],
'config.privateCertContent'
:
[
'config.privateCertContent'
:
[
{
required
:
true
,
message
:
'请上传 apiclient_cert.pe
r
m证 书'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请上传 apiclient_cert.pem证 书'
,
trigger
:
'blur'
}
],
],
'config.apiV3Key'
:
[{
required
:
true
,
message
:
'请上传 api V3 密钥值'
,
trigger
:
'blur'
}]
'config.apiV3Key'
:
[{
required
:
true
,
message
:
'请上传 api V3 密钥值'
,
trigger
:
'blur'
}]
}
}
...
...
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