diff --git a/src/store/modules/common.js b/src/store/modules/common.js index 121680c..507143b 100644 --- a/src/store/modules/common.js +++ b/src/store/modules/common.js @@ -11,7 +11,7 @@ const common = { isRefresh: true, isLock: getStore({ name: 'isLock' }), colorName: getStore({ name: 'colorName' }) || '#2C77F1', - themeName: getStore({ name: 'themeName' }) || 'theme-white', + themeName: getStore({ name: 'themeName' }) || 'theme-go', lockPasswd: getStore({ name: 'lockPasswd' }) || '', website: website, setting: website.setting,