ly 3 년 전
부모
커밋
065e3ae326
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ui/src/views/index.vue

+ 1 - 1
ui/src/views/index.vue

@@ -22,7 +22,7 @@
     },
     mounted() {
       console.log(this.$store.state.user.homeType)
-      this.homeType = 1
+      this.homeType = this.$store.state.user.homeType
     },
     beforeDestroy(){
     },