2025-06-05 22:27:57 +08:00
|
|
|
|
export const local='http://localhost:9091';
|
|
|
|
|
export const ip = 'http://27.30.77.229:9091';
|
2025-06-05 11:21:05 +08:00
|
|
|
|
export const baseUrl = local;
|
2025-06-05 22:27:57 +08:00
|
|
|
|
|
|
|
|
|
export const globalImgUrl = baseUrl + '/file/download/'
|