zweizhao пре 7 година
родитељ
комит
2285b6701a
1 измењених фајлова са 1 додато и 1 уклоњено
  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`)
     }
   }
 }