Merge pull request #8242 from dataease/pr@dev-v2@fix_richtext-debug2

revert: 删除多余提交
This commit is contained in:
王嘉豪 2024-02-29 13:42:07 +08:00 committed by GitHub
commit a32f0130d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -26,6 +26,6 @@ export default {
} }
} }
}, },
sourcemap: false sourcemap: true
} }
} }

View File

@ -111,7 +111,6 @@ 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