6 lines
293 B
TypeScript
6 lines
293 B
TypeScript
|
// api.js
|
||
|
//export const apiImageUrl = 'http://39.101.78.35:6448';
|
||
|
//export const apiImageUrl = 'http://localhost:9999';
|
||
|
//export const apiImageUrl = 'http://154.8.193.216:6271';
|
||
|
//export const apiImageUrl = 'http://39.101.78.35:6271';
|
||
|
export const apiImageUrl = 'https://xiaokuaisong.shop';
|