guhongwei 5 년 전
부모
커밋
982ed2619f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/financial/index.vue

+ 1 - 1
src/views/financial/index.vue

@@ -42,7 +42,7 @@ export default {
   computed: {},
   methods: {
     clickBtn() {
-      console.log('添加');
+      this.$router.push({ path: '/financial/detail' });
     },
   },
 };