From 235a109b3b461c7acbd1d7bb4f7e920075de2b9e Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 24 四月 2025 15:40:51 +0800
Subject: [PATCH] 修改大屏

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

diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index bfde884..ab57232 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -96,7 +96,7 @@
   const info =  await getUserById(userInfo.value.id);
   if(info.code === 200){
     Cookies.set('userInfo',JSON.stringify(info.data))
-    reviewRef.value.openDialog('edit',info.data)
+    reviewRef.value.openDialog('view',info.data)
   }
 
 }

--
Gitblit v1.9.2