代码暂存

This commit is contained in:
wuxw 2020-02-25 00:22:38 +08:00
parent b2f16de5ce
commit 7d4a1a16ae

View File

@ -4,8 +4,8 @@
* add by wuxw 2019-12-28
*/
// 服务器域名
const baseUrl = 'https://app.demo.winqi.cn/';
//const baseUrl = '/';
//const baseUrl = 'https://app.demo.winqi.cn/';
const baseUrl = '/';
const hcBaseUrl = 'https://hc.demo.winqi.cn'; // 登录接口
const loginUrl = baseUrl + 'app/loginProperty';