9 lines
254 B
JavaScript
9 lines
254 B
JavaScript
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`
|
|
|
|
|
|
// http://36.212.197.253:8071
|
|
|
|
export const FONT_BASE_URL = `${BASE_URL}/fc/`;
|