This commit is contained in:
zpc 2025-12-08 01:08:53 +08:00
parent 316d1e2b5d
commit 05ad1348cf
3 changed files with 570 additions and 520 deletions

View File

@ -6,11 +6,12 @@
// 开发环境配置 // 开发环境配置
const development = { const development = {
// API基础URL // API基础URL
// baseUrl: 'https://sqqp.zpc-xy.com', baseUrl: 'https://sqqp.zpc-xy.com',
// baseUrl: 'http://1.15.21.245:2401', host: ['https://sqqp.zpc-xy.com'],
// host: ['https://sqqp.zpc-xy.com'], // baseUrl: 'http://192.168.195.15:2401',
baseUrl: 'http://192.168.1.24:2016', // host: ['http://192.168.195.15:2401'],
host: ['http://192.168.1.24:2016'], // baseUrl: 'http://192.168.1.24:2016',
// host: ['http://192.168.1.24:2016'],
imageUrl: 'https://guyu-1308826010.cos.ap-shanghai.myqcloud.com', imageUrl: 'https://guyu-1308826010.cos.ap-shanghai.myqcloud.com',
}; };

View File

@ -1131,6 +1131,10 @@ const onCustomDepositInput = (val) => {
maxPlayerCount.value = detail.capacity; maxPlayerCount.value = detail.capacity;
const t = []; const t = [];
peopleText.value = "请选择游玩人数"; peopleText.value = "请选择游玩人数";
t.push({
value: 1,
text:'无需组局'
});
for (let i = 2; i <= detail.capacity; i++) { for (let i = 2; i <= detail.capacity; i++) {
t.push({ t.push({
value: i, value: i,

File diff suppressed because it is too large Load Diff