2024-12-10 07:04:13 +00:00
|
|
|
export const Url = 'http://localhost:9092/api' //后端接口文档
|
2024-11-03 23:34:53 +00:00
|
|
|
export const testUrl = 'http://123.249.108.160:8888/api' //自己组的服务器接口地址
|
2024-12-10 07:04:13 +00:00
|
|
|
export const suiUrl = 'http://154.8.193.216:9092/api' //隋宇霏的接口地址
|
|
|
|
|
2024-12-20 11:41:09 +00:00
|
|
|
export const baseUrl = testUrl
|