|
@@ -105,7 +105,7 @@ export default {
|
|
this.$store.commit('user/SET_AUTH_USER_ID', authUserId)
|
|
this.$store.commit('user/SET_AUTH_USER_ID', authUserId)
|
|
|
|
|
|
// 设置页面主题12
|
|
// 设置页面主题12
|
|
- if (authUserId === parseInt(114)) {
|
|
|
|
|
|
+ if (authUserId === parseInt(12)) {
|
|
this.$store.commit('app/SET_PAGE_THEME', 'ross')
|
|
this.$store.commit('app/SET_PAGE_THEME', 'ross')
|
|
}
|
|
}
|
|
|
|
|