From a85494cc5769c3dab7f210c012fba1c45103e779 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期二, 06 六月 2023 16:16:55 +0800
Subject: [PATCH] 修改了不会重复页面的一些bug

---
 ruoyi-ui/src/views/pet/petInfo.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/pet/petInfo.vue b/ruoyi-ui/src/views/pet/petInfo.vue
index 7a4f7f2..c91dc8a 100644
--- a/ruoyi-ui/src/views/pet/petInfo.vue
+++ b/ruoyi-ui/src/views/pet/petInfo.vue
@@ -387,8 +387,8 @@
       this.$route.meta.title = "淇敼榄呭疇璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
     }
     else{
-      document.title = "鏌ョ湅榄呭疇璇︾粏淇℃伅";
-      this.$route.meta.title = "鏌ョ湅榄呭疇璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
+      document.title = "榄呭疇璇︾粏淇℃伅";
+      this.$route.meta.title = "榄呭疇璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
     }
 
     let _this = this

--
Gitblit v1.9.1