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' });
       this.$router.push({ path: '/adminCenter/coupons/detail' });
     },
     },
     toEdit({ data }) {
     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 }) {
     async toCheck({ data }) {