321
This commit is contained in:
parent
316d1e2b5d
commit
05ad1348cf
|
|
@ -6,11 +6,12 @@
|
|||
// 开发环境配置
|
||||
const development = {
|
||||
// API基础URL
|
||||
// baseUrl: 'https://sqqp.zpc-xy.com',
|
||||
// baseUrl: 'http://1.15.21.245:2401',
|
||||
// host: ['https://sqqp.zpc-xy.com'],
|
||||
baseUrl: 'http://192.168.1.24:2016',
|
||||
host: ['http://192.168.1.24:2016'],
|
||||
baseUrl: 'https://sqqp.zpc-xy.com',
|
||||
host: ['https://sqqp.zpc-xy.com'],
|
||||
// baseUrl: 'http://192.168.195.15:2401',
|
||||
// host: ['http://192.168.195.15:2401'],
|
||||
// baseUrl: 'http://192.168.1.24:2016',
|
||||
// host: ['http://192.168.1.24:2016'],
|
||||
imageUrl: 'https://guyu-1308826010.cos.ap-shanghai.myqcloud.com',
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1131,6 +1131,10 @@ const onCustomDepositInput = (val) => {
|
|||
maxPlayerCount.value = detail.capacity;
|
||||
const t = [];
|
||||
peopleText.value = "请选择游玩人数";
|
||||
t.push({
|
||||
value: 1,
|
||||
text:'无需组局'
|
||||
});
|
||||
for (let i = 2; i <= detail.capacity; i++) {
|
||||
t.push({
|
||||
value: i,
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user