@@ -8,8 +8,8 @@ import {
getToken,
removeToken
} from "./auth";
-let baseUrl = 'https://pet.hdlkeji.com/api';
-// let baseUrl = 'https://ldc365.cn/api';
+// let baseUrl = 'https://pet.hdlkeji.com/api';
+let baseUrl = 'https://ldc365.cn/api';
async function request(mehtod, params, type, callBack) {
//创建一个名为request请求的方法函数
if (!type) {