mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-21 23:48:58 +08:00
feat(oss): 添加测试上传功能
新增上传测试模态框组件,支持图片和文件上传测试 在OSS管理页面添加测试上传按钮 为上传API添加Content-Type头部配置 修复全屏引导hook的类型断言问题
This commit is contained in:
@@ -35,7 +35,7 @@ export function useFullScreenGuide() {
|
||||
target: () =>
|
||||
document.querySelector(
|
||||
'div#menu-select-table .vxe-tools--operate > button[title="全屏"]',
|
||||
)!,
|
||||
)! as HTMLElement,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user