guhongwei 4 년 전
부모
커밋
ccbcc48fd9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/adminCenter/coupons/index.vue

+ 1 - 1
src/views/adminCenter/coupons/index.vue

@@ -87,7 +87,7 @@ export default {
       this.$router.push({ path: '/adminCenter/coupons/detail' });
     },
     toEdit({ data }) {
-      this.$router.push({ path: '/adminCenter/policy/detail', query: { id: data._id } });
+      this.$router.push({ path: '/adminCenter/coupons/detail', query: { id: data._id } });
     },
     // 上架/下架
     async toCheck({ data }) {