From 6bf300a2b2660bd2ec0251f35c0de24760b33e12 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Jan 2022 11:30:23 +0800
Subject: [PATCH] 部分修改

---
 src/pcviews/arc/rest.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pcviews/arc/rest.vue b/src/pcviews/arc/rest.vue
index 52c47de..010718a 100644
--- a/src/pcviews/arc/rest.vue
+++ b/src/pcviews/arc/rest.vue
@@ -1,6 +1,6 @@
 /*
  * @Author: Morpheus
- * @Name: 其他楼宇
+ * @Name: 主要楼宇
  * @Date: 2021-11-15 17:14:47
  * @Last Modified by: Morpheus
  * @Last Modified time: 2021-12-30 14:25:28
@@ -34,7 +34,7 @@
             this.$store.commit('SET_ORGNAVBARLIST', [])
             this.$store.commit('SET_ORGNAVBARFLAG', false)
         }
-        this.$store.commit('SET_ARCNAVBARTITLE', '其他楼宇')
+        this.$store.commit('SET_ARCNAVBARTITLE', '主要楼宇')
         this.$store.commit('SET_ARCNAVBARCODE', 7)
         this.$store.commit('SET_ARCNAVBARFLAG', true)
     },

--
Gitblit v1.9.3