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

fix: 修复4.2.x版本antdv导致modal全屏无效的bug
This commit is contained in:
GitHub Actions Bot
2025-02-20 19:24:20 +00:00
parent 2eebb3388a
commit 558fc9f306
2 changed files with 3 additions and 1 deletions
@@ -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;