提交 62831ed7 authored 作者: 王鹏飞's avatar 王鹏飞

设置自动登录

上级 2bfb9e32
......@@ -56,8 +56,8 @@ export default {
const UA = navigator.userAgent.toLowerCase()
return {
ruleForm: {
account: '',
password: '',
account: '13811534871',
password: '123456',
RememberMe: false
},
passwordVisible: false,
......@@ -148,9 +148,10 @@ export default {
}
},
created() {
if (this.isWechat && !this.checkWechatLogin()) {
this.wechatLogin()
}
this.onSubmit()
// if (this.isWechat && !this.checkWechatLogin()) {
// this.wechatLogin()
// }
}
}
</script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论