forked from github/dataease
Merge pull request #6848 from dataease/pr@dev-v2@fix_no_license_error
fix: 社区版本浏览器控制台报错没有许可
This commit is contained in:
commit
4f8c8c8964
@ -58,8 +58,7 @@ const loadComponent = () => {
|
||||
storeCacheProxy(byteArray)
|
||||
importProxy(byteArray)
|
||||
})
|
||||
.catch(e => {
|
||||
console.error(e)
|
||||
.catch(() => {
|
||||
showNolic()
|
||||
})
|
||||
.finally(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user