Browse Source

ross主题切换

yuwenjun1997 2 years ago
parent
commit
ed7a7c7a07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layouts/app.vue

+ 1 - 1
layouts/app.vue

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