forked from github/dataease
fix: 社区版本浏览器控制台报错没有许可
This commit is contained in:
parent
3a0c1b1e1d
commit
359b8116f8
@ -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