Merge pull request #6848 from dataease/pr@dev-v2@fix_no_license_error

fix: 社区版本浏览器控制台报错没有许可
This commit is contained in:
fit2cloud-chenyw
2023-11-25 16:40:04 +08:00
committed by GitHub

View File

@@ -58,8 +58,7 @@ const loadComponent = () => {
storeCacheProxy(byteArray)
importProxy(byteArray)
})
.catch(e => {
console.error(e)
.catch(() => {
showNolic()
})
.finally(() => {