Merge branch 'dev' into master-fetch-dev

This commit is contained in:
奔跑的面条
2022-11-13 02:39:13 +08:00
18 changed files with 441 additions and 99 deletions
@@ -37,6 +37,7 @@ export const useFile = () => {
await updateComponent(fileData, false, true)
window['$message'].success('导入成功!')
} catch (error) {
console.log(error)
window['$message'].error('组件导入失败,请检查文件完整性!')
}
},
@@ -47,6 +48,7 @@ export const useFile = () => {
await updateComponent(fileData, true, true)
window['$message'].success('导入成功!')
} catch (error) {
console.log(error)
window['$message'].error('组件导入失败,请检查文件完整性!')
}
}