🔱: [client] sync upgrade with 2 commits [trident-sync]

fix: 修复4.2.x版本antdv导致modal全屏无效的bug
client_sync
GitHub Actions Bot 2025-02-20 19:24:20 +00:00
parent 2eebb3388a
commit 558fc9f306
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"@fast-crud/ui-interface": "^1.25.1",
"@iconify/vue": "^4.1.1",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"ant-design-vue": "^4.1.2",
"ant-design-vue": "^4.2.6",
"axios": "^1.6.8",
"axios-mock-adapter": "^1.22.0",
"base64-js": "^1.5.1",

View File

@ -277,6 +277,8 @@ function install(app: any, options: any = {}) {
action: "http://www.docmirror.cn:7070/api/upload/form/upload",
name: "file",
withCredentials: false,
test: 22,
custom: { aaa: 22 },
uploadRequest: async (opts: any) => {
console.log("uploadRequest:", opts);
const { action, file, onProgress } = opts;