2025-05-19 09:08:33 +08:00
|
|
|
export const local='http://localhost:3456';
|
|
|
|
export const ip = 'http://1.94.237.210:3457';
|
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/'
|