shuishen
2022-01-07 e44473eb7516d21ac8b666c679392c13347f2060
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)
    },