Merge pull request #8241 from dataease/pr@dev-v2@fix_richtext-debug

perf(数据大屏): 打开sourcemap
This commit is contained in:
王嘉豪 2024-02-29 12:49:37 +08:00 committed by GitHub
commit 3cad208355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,6 +111,7 @@ export const useAppearanceStore = defineStore('appearanceStore', {
this.loaded = data
},
async setAppearance() {
return
const desktop = wsCache.get('app.desktop')
if (desktop) {
this.loaded = true