2026-01-21 16:05:51 +08:00

12 lines
421 B
JavaScript

// export const BASE_URL = 'http://10.10.1.11: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 WS_BASE_URL = `wss://jinshan.nantong.info`;
// export const WS_BASE_URL = 'ws://10.10.1.11:8071';
// http://36.212.197.253:8071
export const FONT_BASE_URL = `${BASE_URL}/fc/`;