Compare commits

..

No commits in common. "e9ead9668f834731d4d8d9016738a9bc3d3dd68e" and "e1c1edffb386a634959f50840be95e7bb36f8e12" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
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 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 = 'ws://10.10.1.6:8071';