10.10综合交易所原始源码_移动端
1
李凌
2 days ago dce10d37ad35efe8ed1d39d6e5fcf7e4904381df
src/store/theme.js
@@ -5,7 +5,7 @@
    // state 持久化
    persist: true,
    state: () => ('theme', {
        theme: getStorage('theme') || 'dark' // 默认使用黑夜模式
        theme: getStorage('theme') || 'white' // 默认使用白天模式
    }),
    getters: {
    },