6 lines
177 B
JavaScript
6 lines
177 B
JavaScript
export const local='http://localhost:3456';
|
|
export const ip = 'http://1.94.237.210:3457';
|
|
export const baseUrl = local;
|
|
|
|
|
|
export const globalImgUrl = baseUrl + '/file/download/' |