shuishen
2022-01-07 e44473eb7516d21ac8b666c679392c13347f2060
名字更换
6 files modified
22 ■■■■ changed files
src/components/map/components/campusBuildingSearch.vue 2 ●●● patch | view | raw | blame | history
src/components/mobilePopupOurAfter/index.vue 4 ●●●● patch | view | raw | blame | history
src/pcLayout/index.vue 4 ●●●● patch | view | raw | blame | history
src/pcviews/arc/dorm.vue 4 ●●●● patch | view | raw | blame | history
src/pcviews/service/showers.vue 4 ●●●● patch | view | raw | blame | history
src/router/page/index.js 4 ●●●● patch | view | raw | blame | history
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
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 },
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>
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)
    },
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'
        }
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: '社区浴室'
                            }
                        },
                        {