申请人数和场次默认1
This commit is contained in:
parent
98e6ffffff
commit
34cb08ed53
@ -358,8 +358,8 @@
|
|||||||
userPhone: "",
|
userPhone: "",
|
||||||
userCardId: '',
|
userCardId: '',
|
||||||
userAddress: '',
|
userAddress: '',
|
||||||
counter: '',
|
counter: '1',
|
||||||
num: '',
|
num: '1',
|
||||||
// 会议室图片数组
|
// 会议室图片数组
|
||||||
applyTheme: 1,
|
applyTheme: 1,
|
||||||
applyArea: 1,
|
applyArea: 1,
|
||||||
@ -763,8 +763,8 @@
|
|||||||
userAddress: this.userAddress,
|
userAddress: this.userAddress,
|
||||||
userCardId: this.userCardId,
|
userCardId: this.userCardId,
|
||||||
startTime: this.isSelfStudy ? this.startTime :
|
startTime: this.isSelfStudy ? this.startTime :
|
||||||
`${this.borrowTimeData}${this.startTime}`,
|
`${this.borrowTimeData} ${this.startTime}`,
|
||||||
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData}${this.endTime}`,
|
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData} ${this.endTime}`,
|
||||||
counter: this.counter,
|
counter: this.counter,
|
||||||
num: this.num,
|
num: this.num,
|
||||||
// applyType:this.applyType
|
// applyType:this.applyType
|
||||||
@ -790,8 +790,8 @@
|
|||||||
concatPhone: this.concatPhone,
|
concatPhone: this.concatPhone,
|
||||||
companyName: this.companyName,
|
companyName: this.companyName,
|
||||||
startTime: this.isSelfStudy ? this.startTime :
|
startTime: this.isSelfStudy ? this.startTime :
|
||||||
`${this.borrowTimeData}${this.startTime}`,
|
`${this.borrowTimeData} ${this.startTime}`,
|
||||||
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData}${this.endTime}`,
|
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData} ${this.endTime}`,
|
||||||
counter: this.counter,
|
counter: this.counter,
|
||||||
num: this.num,
|
num: this.num,
|
||||||
stampUrl: this.stampUrl,
|
stampUrl: this.stampUrl,
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
export const BASE_URL = 'http://10.10.1.6:8071';
|
export const BASE_URL = 'http://10.10.1.6:8071';
|
||||||
// export const IMAGE_BASE_URL = `http://10.10.1.6:8071`;
|
export const IMAGE_BASE_URL = `http://10.10.1.6:8071`;
|
||||||
// export const BASE_URL = 'https://jinshan.nantong.info';
|
// export const BASE_URL = 'https://jinshan.nantong.info';
|
||||||
export const IMAGE_BASE_URL = `https://jinshan.nantong.info`;
|
// export const IMAGE_BASE_URL = `https://jinshan.nantong.info`;
|
||||||
export const WS_BASE_URL = `wss://jinshan.nantong.info`;
|
export const WS_BASE_URL = `wss://jinshan.nantong.info`;
|
||||||
// export const WS_BASE_URL = 'ws://10.10.1.6:8071';
|
// export const WS_BASE_URL = 'ws://10.10.1.6:8071';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user