Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-06-29 19:06:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a35aefa559cf27d25fafa5674a0ae0b9ab3d04e
9a35aefa
1 parent
3e3b8525
fix 电子签名移除hash参数
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/SignField/MyComponent.vue
src/components/SignField/MyComponent.vue
View file @
9a35aef
<!--
* @Date: 2023-03-29 17:44:24
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-0
4-18 15:29:10
* @LastEditTime: 2023-0
6-29 19:06:27
* @FilePath: /data-table/src/components/SignField/MyComponent.vue
* @Description: 文件描述
-->
...
...
@@ -144,7 +144,7 @@ const handleUpload = async (files, filename) => {
// 获取七牛token
const { token, key, code } = await qiniuTokenAPI({
name: filename,
hash,
//
hash,
});
// 文件上传七牛云
const imgUrl = await uploadQiniu(files, token, filename);
...
...
Please
register
or
login
to post a comment