guhongwei 3 years ago
parent
commit
0598a5a98c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/service/account/base.vue

+ 1 - 1
src/views/service/account/base.vue

@@ -126,7 +126,7 @@ export default {
       this.dateShow = false;
     },
     back() {
-      this.$router.push({ path: '/finance/account' });
+      this.$router.push({ path: '/service/account' });
     },
   },
   mounted() {