Compare commits

...

2 Commits

Author SHA1 Message Date
Leo_Ding
e9ead9668f Merge branch 'main' of https://gitlab.guxuan.icu/Leo_Ding/JinShan_uniapp 2025-09-16 16:10:32 +08:00
Leo_Ding
34cb08ed53 申请人数和场次默认1 2025-09-16 16:10:27 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -358,8 +358,8 @@
userPhone: "", userPhone: "",
userCardId: '', userCardId: '',
userAddress: '', userAddress: '',
counter: '', counter: '1',
num: '', num: '1',
// //
applyTheme: 1, applyTheme: 1,
applyArea: 1, applyArea: 1,

View File

@ -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';