You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
305 B
12 lines
305 B
const api = 'https://fx.anxincloud.cn'; |
|
const domain = 'https://fx.anxincloud.cn'; |
|
|
|
const devApi = 'https://121.36.37.70:8204'; |
|
const devDomain = 'https://121.36.37.70:8204'; |
|
|
|
const online = true; //是否线上模式 |
|
|
|
export default { |
|
domain: online ? domain : devDomain, |
|
api: online ? api : devApi |
|
} |