|
@@ -332,7 +332,7 @@ export default {
|
|
|
const res = await axios.get(`//weixin.cocorobo.cn/login.php?code=${code}&time=${Date.now()}`); // 将params作为请求参数,并禁用预加载
|
|
|
const data = res.data[0];
|
|
|
console.log("data", data);
|
|
|
- this.loginType = 'bind';
|
|
|
+ // this.loginType = 'bind';
|
|
|
} catch (err) {
|
|
|
console.error("请求失败,错误信息:", err);
|
|
|
} finally {
|