5 lines
243 B
TypeScript
5 lines
243 B
TypeScript
//export const apiImageUrl = 'http://39.101.78.35:6271'
|
|
// export const apiImageUrl = 'http://localhost:9999'
|
|
// export const apiImageUrl = 'http://39.101.78.35:6448'
|
|
//以上是沙箱
|
|
export const apiImageUrl = 'https://xiaokuaisong.shop'
|