Authored by 陈峰

移除js

let qs = require('yoho-qs');
let weixin = {
check: () => {
let isWechat = /micromessenger/i.test(navigator.userAgent || '');
if (isWechat) {
window.location.href = '/passport/login/wechat';
}
}
};
module.exports = weixin;