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.
15 lines
430 B
15 lines
430 B
// appConfig.js
|
|
|
|
//配置API请求的基础路径
|
|
export const API_BASE_URL = 'http://43.248.137.154:8085';
|
|
export const API_USER_URL = 'http://39.103.180.196:9012';
|
|
|
|
// export const API_BASE_URL = 'https://portal-api.macrozheng.com';
|
|
//是否启用支付宝支付
|
|
export const USE_ALIPAY = true;
|
|
|
|
// 是否启用微信登录
|
|
export const USE_WECHAT_LOGIN = false;
|
|
|
|
// 是否启用Apple登录
|
|
export const USE_APPLE_LOGIN = false; |