From 24ef032c4ef5dad3a4f4450810f054f8012bb93b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 01 八月 2025 12:30:28 +0800
Subject: [PATCH] 患者检验检查增加
---
src/views/home/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index e177ae1..7a8475f 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -151,7 +151,7 @@
}
const topath=(url:string)=>{
console.log('sss')
- if (url==='/report'){
+ if (url==='/report222'){
Toast('此功能暂未开通')
} else {
router.push(url)
--
Gitblit v1.8.0