소스 검색

前往edit

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`)
     }
   }
 }