feat: 统一路由路径规范

This commit is contained in:
wangqiao
2025-10-08 21:12:51 +08:00
parent f8176abaad
commit b0e5244a79
5 changed files with 19 additions and 19 deletions

View File

@ -125,7 +125,7 @@
fetchUserStatistics()
const handleClick = () => {
router.push({ path: '/personal-Center/account-management' })
router.push({ path: '/personal-center/account-management' })
}
const payVisible = ref(false)

View File

@ -11,7 +11,7 @@
<div class="balance-actions">
<el-button type="primary" @click="handlePay">充值</el-button>
<el-button type="danger" @click="handleWithdraw">提现</el-button>
<el-button>兑换</el-button>
<el-button type="warning">兑换</el-button>
</div>
<div class="balance-tip">提示最低提现金额100 一元=10金币</div>
</div>