|
@@ -19,7 +19,7 @@ const common = {
|
|
|
showColor: getStore({ name: 'showColor' }),
|
|
|
showMenu: getStore({ name: 'showMenu' }),
|
|
|
theme: getStore({ name: 'theme' }) || '#409EFF',
|
|
|
- themeName: getStore({ name: 'themeName' }) || '',
|
|
|
+ themeName: getStore({ name: 'themeName' }) || 'theme-volcano',
|
|
|
lockPasswd: getStore({ name: 'lockPasswd' }) || '',
|
|
|
website: website
|
|
|
},
|