Explorar o código

ross主题切换

yuwenjun1997 %!s(int64=2) %!d(string=hai) anos
pai
achega
ed7a7c7a07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')
       }