chore: optimize the realization of theme color 🌟

This commit is contained in:
iczer
2020-07-01 17:23:39 +08:00
parent 42a34f7a16
commit 5f68e2d231
17 changed files with 46 additions and 123 deletions

View File

@@ -3,7 +3,7 @@ export default {
namespaced: true,
state: {
isMobile: false,
animates: require('@/config/animates'),
animates: require('@/config/default/animates'),
...config,
routesI18n: {}
},