Lou
2023-11-17 aceab7082074f0a303225f60955898689de6dde4
update
2 files modified
7 ■■■■ changed files
common/setting.js 2 ●●● patch | view | raw | blame | history
pages/home/index.vue 5 ●●●● patch | view | raw | blame | history
common/setting.js
@@ -15,7 +15,7 @@
    devUrl: 'http://192.168.0.102:9528',
    // devUrl: 'https://srgdjczzxtpt.com:2080/api',
    // minioBaseUrl: "https://srgdjczzxtpt.com:2080/gminio/jczz/",
    minioBaseUrl: 'http://192.168.0.102:9528/',
    minioBaseUrl: 'https://srgdjczzxtpt.com:2080/',
    // 数据中台接口url
    // dataCenterUrl: 'http://10.10.2.192/services',
    dataCenterUrl: 'https://sk.hubeishuiyi.cn/services',
pages/home/index.vue
@@ -604,7 +604,10 @@
                this.liveList = this.hasMenu('生活')
                this.contactList = this.hasMenu('快捷拨号');
                // console.log(this.menuList.filter(item=>item.name == "楼盘表"))
                this.houseList = this.menuList.filter(item=>item.name == "楼盘表")
                if(this.menuList.length){
                    this.houseList = this.menuList.filter(item=>item.name == "楼盘表")
                }
                // this.jobList = this.hasMenu('工作台')
                // this.getWorkbenchList()
            },