From e5d499ae6a4e6b320f71c49987b76cc11f6bc1e4 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 28 十月 2025 14:13:10 +0800
Subject: [PATCH] 首页问题
---
src/views/home/data-table/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/home/data-table/index.vue b/src/views/home/data-table/index.vue
index c567654..e9e4bbf 100644
--- a/src/views/home/data-table/index.vue
+++ b/src/views/home/data-table/index.vue
@@ -5,7 +5,7 @@
<div class="card-content">
<div class="title-container">
<h1>杩愮淮鍒版湡棰勮</h1>
- <div class="more-button" @click="$router.push({ path: '/point-manage/point' })">
+ <div class="more-button" @click="$router.push({ path: '/point-manage' })">
<span>鏇村</span>
<i class="el-icon-arrow-right"></i>
</div>
@@ -78,4 +78,4 @@
padding: 0 10px;
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0