From aceab7082074f0a303225f60955898689de6dde4 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 17 Nov 2023 18:30:32 +0800
Subject: [PATCH] update

---
 pages/home/index.vue |    5 ++++-
 common/setting.js    |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/common/setting.js b/common/setting.js
index 13a4f46..cce0c57 100644
--- a/common/setting.js
+++ b/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',
diff --git a/pages/home/index.vue b/pages/home/index.vue
index 74e18c6..34a81e4 100644
--- a/pages/home/index.vue
+++ b/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()
 			},

--
Gitblit v1.9.3