From 46714da87c83031f89df6ba1b0f635516485eb7b Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 25 Jul 2025 14:05:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/consume/coinConsume.vue | 122 ++++++++++---------------------------- 1 file changed, 31 insertions(+), 91 deletions(-) diff --git a/src/views/consume/coinConsume.vue b/src/views/consume/coinConsume.vue index 90040f8..4b8ac1f 100644 --- a/src/views/consume/coinConsume.vue +++ b/src/views/consume/coinConsume.vue @@ -1,121 +1,61 @@ \ No newline at end of file +// 当进入父路由时,默认跳转到新增消耗页面 +// if (route.name === 'coinConsume') { +// router.push({ name: 'addCoinConsume' }); +// } +