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/pcviews/arc/dorm.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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)
},
--
Gitblit v1.9.3