lxh há 2 meses atrás
pai
commit
de76392eb4
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      pages/index/index.vue

+ 2 - 1
pages/index/index.vue

@@ -189,7 +189,8 @@ export default {
         if (newV != null && newV != "") this.PageCur = newV[0].component;
       },
       immediate: true,
-  },
+  }
+},
   onLoad() {
     this.changeWV();
   },