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-21 13:23:49 +00:00
|
|
|
export const domain = 'https://www.carboner.cn/api'
|
2025-03-02 03:27:11 +00:00
|
|
|
export const myIp = 'http://8.130.119.119:9092/api'
|
2024-12-10 07:04:13 +00:00
|
|
|
|
2025-03-04 08:27:12 +00:00
|
|
|
export const baseUrl = testUrl
|