10.10综合交易所原始源码_移动端
1
admin
2026-02-01 89e7889fd73932c0d77647a03c72e3ec10189cfb
src/store/theme.js
@@ -5,7 +5,7 @@
    // state 持久化
    persist: true,
    state: () => ('theme', {
        theme: getStorage('theme') || 'drak'
        theme: getStorage('theme') || 'dark' // 默认使用黑夜模式
    }),
    getters: {
    },