From fc634b24f599ccc4336459f60c4bd1c13533c86d Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Tue, 27 Aug 2024 15:45:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0:=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/app.js | 16 ++++++++-------- .../meetingReservation/meetingReservation.wxss | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/miniprogram/app.js b/miniprogram/app.js index 210435a..9cfc822 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -6,15 +6,15 @@ App({ parkId: '26', // 园区id parkName: '长阳智会云控', // 园区名称 // 本地测试 - DOMAIN_NAME_PREFIX: ' http://192.168.0.30', - DOMAIN_NAME: ' http://192.168.0.30:9227', //接口域名 - IMG_NAME: ' http://192.168.0.30:9227', - socketUrl: 'wss://192.168.0.30:9227/changyang-office/websocket-server', + // DOMAIN_NAME_PREFIX: ' http://192.168.0.30', + // DOMAIN_NAME: ' http://192.168.0.30:9227', //接口域名 + // IMG_NAME: ' http://192.168.0.30:9227', + // socketUrl: 'wss://192.168.0.30:9227/changyang-office/websocket-server', // 生产 - // DOMAIN_NAME_PREFIX: 'https://www.chuangzhikj.com', - // DOMAIN_NAME: 'https://www.chuangzhikj.com/saas-ics', //接口域名 - // IMG_NAME: 'https://www.chuangzhikj.com/saas-ics', - // socketUrl: 'wss://company.haxy.com.cn:4443/changyang-office/websocket-server', + DOMAIN_NAME_PREFIX: 'https://www.chuangzhikj.com', + DOMAIN_NAME: 'https://www.chuangzhikj.com/saas-ics', //接口域名 + IMG_NAME: 'https://www.chuangzhikj.com/saas-ics', + socketUrl: 'wss://company.haxy.com.cn:4443/changyang-office/websocket-server', globals: { refreshMyPages: false, homedata: {}, diff --git a/miniprogram/pages/meeting/meetingReservation/meetingReservation.wxss b/miniprogram/pages/meeting/meetingReservation/meetingReservation.wxss index 709acc6..b3bd2e8 100644 --- a/miniprogram/pages/meeting/meetingReservation/meetingReservation.wxss +++ b/miniprogram/pages/meeting/meetingReservation/meetingReservation.wxss @@ -77,6 +77,7 @@ .meetingRoomView .meetingRoomItem .imgView { + flex-shrink: 0; position: relative; width: 320rpx; height: 180rpx;