优化代码

This commit is contained in:
RuoYi
2026-06-10 19:29:28 +08:00
parent 8f8b4cd50b
commit 9213f18332
15 changed files with 70 additions and 67 deletions

View File

@@ -34,7 +34,7 @@ export default {
}
},
created() {
if(this.defaultTheme !== ORIGINAL_THEME) {
if (this.defaultTheme !== ORIGINAL_THEME) {
this.setTheme(this.defaultTheme)
}
},