lion 3 years ago
parent 5dea9fdd76
commit 3816fd4129

@ -1,7 +1,7 @@
import md5 from "./md5.min";
const HOSTARR = {
'development': 'http://192.168.60.100:9001',
// 'development': 'http://patrol.115.langye.net',
//'development': 'http://192.168.60.100:9001',
'development': 'http://patrol.115.langye.net',
'production': 'http://192.168.60.100:9001'
}; // 审核状态
@ -554,6 +554,6 @@ module.exports = {
getUserProfile: getUserProfile,
getUserInfo: getUserInfo,
toast: toast,
isValidCardID:isValidCardID,
isValidCardID: isValidCardID,
};

Loading…
Cancel
Save