zweizhao 7 anni fa
parent
commit
2285b6701a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/group/_detail/index.vue

+ 1 - 1
pages/group/_detail/index.vue

@@ -200,7 +200,7 @@ export default {
       })
     },
     async clickSetting() {
-
+      this.$router.push(`${location.pathname}/edit`)
     }
   }
 }