2025-06-06 08:31:33 +08:00
|
|
|
export const local='http://localhost:9091';
|
|
|
|
export const ip = 'http://27.30.77.229:9091';
|
2025-06-04 10:50:05 +08:00
|
|
|
export const baseUrl = local;
|
2025-06-04 17:13:09 +08:00
|
|
|
|
|
|
|
|
|
|
|
export const globalImgUrl = baseUrl + '/file/download/'
|