2025-06-05 22:27:57 +08:00
|
|
|
|
export const local='http://localhost:9091';
|
2025-08-08 13:48:37 +08:00
|
|
|
|
export const caozhe = 'http://160.202.242.36:9093'
|
2025-07-20 18:22:59 +08:00
|
|
|
|
export const dev = 'http://160.202.242.36:9091';
|
|
|
|
|
export const test = 'http://160.202.242.36:9092';
|
2025-06-15 21:51:05 +08:00
|
|
|
|
export const localTest = 'http://localhost:9092';
|
2025-08-04 16:27:52 +08:00
|
|
|
|
export const baseUrl = test;
|
2025-06-05 22:27:57 +08:00
|
|
|
|
|
|
|
|
|
export const globalImgUrl = baseUrl + '/file/download/'
|