From e44473eb7516d21ac8b666c679392c13347f2060 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 07 Jan 2022 10:38:12 +0800
Subject: [PATCH] 名字更换

---
 src/router/page/index.js                               |    4 ++--
 src/components/map/components/campusBuildingSearch.vue |    2 +-
 src/pcLayout/index.vue                                 |    4 ++--
 src/pcviews/service/showers.vue                        |    4 ++--
 src/components/mobilePopupOurAfter/index.vue           |    4 ++--
 src/pcviews/arc/dorm.vue                               |    4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/components/map/components/campusBuildingSearch.vue b/src/components/map/components/campusBuildingSearch.vue
index 4cd41ff..cb3baea 100644
--- a/src/components/map/components/campusBuildingSearch.vue
+++ b/src/components/map/components/campusBuildingSearch.vue
@@ -88,7 +88,7 @@
                 },
                 {
                     bgimg: '/img/search/dorm.png',
-                    title: '学生宿舍',
+                    title: '社区宿舍',
                     type: 'arc',
                     path: '/pcLayout/default/arc/dorm',
                     code: 4
diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index 9476a1a..655171e 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -109,7 +109,7 @@
       //   { name: "购物超市", type: 2, method: getListsupermarket },
       //   { name: "社区内医疗", type: 3, method: getListmedical },
       //   { name: "邮寄快递", type: 4, method: getListmail },
-      //   { name: "学生浴室", type: 5, method: getListbathroom },
+      //   { name: "社区浴室", type: 5, method: getListbathroom },
       //   { name: "圈存机", type: 6, method: getListtransference },
       //   { name: "打字复印", type: 7, method: getListduplicate },
       //   { name: "AED", type: 8, method: getListaed },
@@ -123,7 +123,7 @@
         { name: "购物超市", type: 2, method: getListLifeOnce },
         { name: "社区内医疗", type: 3, method: getListLifeOnce },
         { name: "邮寄快递", type: 4, method: getListLifeOnce },
-        { name: "学生浴室", type: 5, method: getListLifeOnce },
+        { name: "社区浴室", type: 5, method: getListLifeOnce },
         { name: "圈存机", type: 6, method: getListLifeOnce },
         { name: "打字复印", type: 7, method: getListLifeOnce },
         { name: "银行网点", type: 8, method: getListLifeOnce },
diff --git a/src/pcLayout/index.vue b/src/pcLayout/index.vue
index 039de1a..198b1fe 100644
--- a/src/pcLayout/index.vue
+++ b/src/pcLayout/index.vue
@@ -30,7 +30,7 @@
                         <el-menu-item index="/pcLayout/default/arc/edifact">行政办公</el-menu-item>
                         <el-menu-item index="/pcLayout/default/arc/teaching">教学科研</el-menu-item>
                         <el-menu-item index="/pcLayout/default/arc/venue">社区场馆</el-menu-item>
-                        <el-menu-item index="/pcLayout/default/arc/dorm">学生宿舍</el-menu-item>
+                        <el-menu-item index="/pcLayout/default/arc/dorm">社区宿舍</el-menu-item>
                         <el-menu-item index="/pcLayout/default/arc/culture">文化风景</el-menu-item>
                         <el-menu-item index="/pcLayout/default/arc/family">家属住宅</el-menu-item>
                         <el-menu-item index="/pcLayout/default/arc/rest">其他楼宇</el-menu-item>
@@ -42,7 +42,7 @@
                         <el-menu-item index="/pcLayout/default/service/supermarket">购物超市</el-menu-item>
                         <el-menu-item index="/pcLayout/default/service/medical">社区内医疗</el-menu-item>
                         <el-menu-item index="/pcLayout/default/service/express">邮寄快递</el-menu-item>
-                        <el-menu-item index="/pcLayout/default/service/showers">学生浴室</el-menu-item>
+                        <el-menu-item index="/pcLayout/default/service/showers">社区浴室</el-menu-item>
                         <el-menu-item index="/pcLayout/default/service/transfer">圈存机</el-menu-item>
                         <el-menu-item index="/pcLayout/default/service/copy">打字复印</el-menu-item>
                         <el-menu-item index="/pcLayout/default/service/bank">银行网点</el-menu-item>
diff --git a/src/pcviews/arc/dorm.vue b/src/pcviews/arc/dorm.vue
index 0bb2546..dfc2c41 100644
--- a/src/pcviews/arc/dorm.vue
+++ b/src/pcviews/arc/dorm.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:14
@@ -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', 4)
         this.$store.commit('SET_ARCNAVBARFLAG', true)
     },
diff --git a/src/pcviews/service/showers.vue b/src/pcviews/service/showers.vue
index a31eb62..f1353ea 100644
--- a/src/pcviews/service/showers.vue
+++ b/src/pcviews/service/showers.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:31:23
@@ -20,7 +20,7 @@
 export default {
     data () {
         return {
-            title: '学生浴室',
+            title: '社区浴室',
             code: 5,
             headerLog: '/img/icon/service-ys.png'
         }
diff --git a/src/router/page/index.js b/src/router/page/index.js
index 1bc006f..abba127 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -103,7 +103,7 @@
                             path: 'dorm',
                             component: resolve => require(['../../pcviews/arc/dorm.vue'], resolve),
                             meta: {
-                                title: '学生宿舍'
+                                title: '社区宿舍'
                             }
                         }, {
                             path: 'culture',
@@ -163,7 +163,7 @@
                             path: 'showers',
                             component: resolve => require(['../../pcviews/service/showers.vue'], resolve),
                             meta: {
-                                title: '学生浴室'
+                                title: '社区浴室'
                             }
                         },
                         {

--
Gitblit v1.9.3