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.
7 lines
233 B
7 lines
233 B
7 months ago
|
// appConfig.js
|
||
|
|
||
|
//配置API请求的基础路径
|
||
|
// export const API_BASE_URL = 'http://localhost:8085';
|
||
|
export const API_BASE_URL = 'https://portal-api.macrozheng.com';
|
||
|
//是否启用支付宝支付
|
||
|
export const USE_ALIPAY = false;
|