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

设置自动登录

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