perf(数据大屏): 打开sourcemap

This commit is contained in:
wangjiahao 2024-02-29 12:47:48 +08:00
parent afdbb6eebd
commit fc98395b1f

View File

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