Browse Source

fix: 首页 复核跳转路径调整

zh 2 năm trước cách đây
mục cha
commit
4d545d1072
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/dashboard.vue

+ 1 - 1
src/views/dashboard.vue

@@ -487,7 +487,7 @@ export default {
     // 复核
     secondFn(id) {
       this.$router.push({
-        path: '/finance/rebate/rebate_list',
+        path: '/finance/rebate_list',
         query: {
           id
         }