ly 3 gadi atpakaļ
vecāks
revīzija
065e3ae326
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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(){
     },