From 58f1c5870a8a02b3b858eb7e6714397c731c510f Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期二, 25 三月 2025 15:48:08 +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