6 lines
227 B
JavaScript
6 lines
227 B
JavaScript
export const local='http://localhost:9091';
|
||
export const ip = 'http://27.30.77.229:9091';
|
||
export const test = 'http://27.30.77.229:9092';
|
||
export const baseUrl = ip;
|
||
|
||
export const globalImgUrl = baseUrl + '/file/download/' |