描述:页面样式修改

This commit is contained in:
SelfRidicule 2024-08-27 15:45:28 +08:00
parent 32416a068c
commit fc634b24f5
2 changed files with 9 additions and 8 deletions

View File

@ -6,15 +6,15 @@ App({
parkId: '26', // 园区id parkId: '26', // 园区id
parkName: '长阳智会云控', // 园区名称 parkName: '长阳智会云控', // 园区名称
// 本地测试 // 本地测试
DOMAIN_NAME_PREFIX: ' http://192.168.0.30', // DOMAIN_NAME_PREFIX: ' http://192.168.0.30',
DOMAIN_NAME: ' http://192.168.0.30:9227', //接口域名 // DOMAIN_NAME: ' http://192.168.0.30:9227', //接口域名
IMG_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', // socketUrl: 'wss://192.168.0.30:9227/changyang-office/websocket-server',
// 生产 // 生产
// DOMAIN_NAME_PREFIX: 'https://www.chuangzhikj.com', DOMAIN_NAME_PREFIX: 'https://www.chuangzhikj.com',
// DOMAIN_NAME: 'https://www.chuangzhikj.com/saas-ics', //接口域名 DOMAIN_NAME: 'https://www.chuangzhikj.com/saas-ics', //接口域名
// IMG_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', socketUrl: 'wss://company.haxy.com.cn:4443/changyang-office/websocket-server',
globals: { globals: {
refreshMyPages: false, refreshMyPages: false,
homedata: {}, homedata: {},

View File

@ -77,6 +77,7 @@
.meetingRoomView .meetingRoomItem .imgView { .meetingRoomView .meetingRoomItem .imgView {
flex-shrink: 0;
position: relative; position: relative;
width: 320rpx; width: 320rpx;
height: 180rpx; height: 180rpx;