Explorar el Código

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

zh hace 2 años
padre
commit
4d545d1072
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         }