Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-04-01 16:42:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e71f99b3ed3743bc28678826af651527fb6d182a
e71f99b3
1 parent
72f748ee
feat: 添加默认参数
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/customerConfig/dialog.vue
src/views/customerConfig/dialog.vue
View file @
e71f99b
...
...
@@ -557,7 +557,7 @@
</el-col>
<!-- 加签方式 -->
<
el-col :span="8" v-if="0"
>
<
!-- <el-col :span="8"
>
<Formitem label="加密方式" prop="guangzhouSignature" type="edit">
<el-select
type="text"
...
...
@@ -576,7 +576,7 @@
></el-option>
</el-select>
</Formitem>
</el-col>
</el-col>
-->
<el-col :span="16" style="padding-right: 5px" :key="refreshKey">
<div class="uploadItem">
<div class="uploadbox">
...
...
@@ -902,7 +902,7 @@ export default {
publicKeyBase64: "", //公钥base64
publicKeyName: "", //公钥名称
dxpId: "", // dxpId
methodOfSignature: "", // 加签方式
methodOfSignature: "
RSA
", // 加签方式
},
},
refreshKey: Date.now(),
...
...
Please
register
or
login
to post a comment