Commit 14290649 authored by youjie's avatar youjie

erp 退出登录 通知car

parent 6697d3f5
......@@ -97,11 +97,11 @@
</div>
<!-- <div class="login-way">
<div class="wayLeft">
<i class="icon-login-qqicon"></i>
<span>QQ登录</span>
<i class="icon-login-qqicon"></i>
<span>QQ登录</span>
</div>
<div class="wayRight">
<i class="icon-login-wechaticon"></i>
<i class="icon-login-wechaticon"></i>
<span>微信登录</span>
</div>
</div> -->
......@@ -192,7 +192,7 @@
<span v-show="show" @click="getCode" class="FPF_s">获取验证码</span>
<span v-show="!show" class="count FPF_s">{{count}}s重新获取</span>
</div>
</div>
</div>
<div class="forgetPw">
<div class="error-msg" style="float:left;width:auto;">
<div v-show="passwordIsShow"><img src="../assets/img/login-error-tips.png" />{{ passwordErrorMsg }}</div>
......@@ -452,7 +452,7 @@
this.mobileCodeType = 2;
},
changePwd() {
let msg = {
password: this.password,
mobileNumber: this.mobileNumber,
......@@ -486,6 +486,12 @@
mounted() {
this.initData()
this.getGroup()
let href = this.domainManager().CarUrl
window.parent.postMessage({
event_id: 'out',
data: {
loginState: '退出登录',
}}, `${href}`)
},
created() {
......
......@@ -1754,7 +1754,7 @@
},
mounted() {
this.typeSystem = localStorage.typeSystem
if(this.typeSystem==1) this.msg.OtherType = 80
let that = this;
this.qjGroupId = this.QjGroupId();
this.apipost('user_post_GetNowVote', {}, r => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment