lxh 2 months ago
parent
commit
de76392eb4
1 changed files with 2 additions and 1 deletions
  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();
   },