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-06 13:08:04 +08:00
|
|
|
|
export const test = 'http://27.30.77.229:9092';
|
2025-06-15 21:51:05 +08:00
|
|
|
|
export const localTest = 'http://localhost:9092';
|
2025-06-16 10:59:20 +08:00
|
|
|
|
export const baseUrl = test;
|
2025-06-05 22:27:57 +08:00
|
|
|
|
|
|
|
|
|
export const globalImgUrl = baseUrl + '/file/download/'
|