From 457f9c817adef8b003ee6379f493798bae5cbb69 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 19 五月 2025 09:31:19 +0800
Subject: [PATCH] 修改

---
 src/components/Home/QuickNavigation.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/Home/QuickNavigation.vue b/src/components/Home/QuickNavigation.vue
index e6505b4..203fd65 100644
--- a/src/components/Home/QuickNavigation.vue
+++ b/src/components/Home/QuickNavigation.vue
@@ -14,7 +14,7 @@
       <a :class="toReview>0?'resColor':''" @click="toRev" v-if="userinfo.role.id == 2">待审核<span v-if="toReview > 0">({{toReview}})</span></a>
     </a-tooltip>
   <a href="massSend" v-if="userinfo.role.id == 3">发布通知</a>
-  <a href="audit" >查看统计</a>
+  <a href="dataStatistic" >查看统计</a>
   <a href="user" v-if="userinfo.role.id == 3">用户管理</a>
     <!-- <a-button><a-icon type="plus" />添加</a-button> -->
   </a-card>

--
Gitblit v1.9.2