Commit 14290649 authored by youjie's avatar youjie

erp 退出登录 通知car

parent 6697d3f5
...@@ -97,11 +97,11 @@ ...@@ -97,11 +97,11 @@
</div> </div>
<!-- <div class="login-way"> <!-- <div class="login-way">
<div class="wayLeft"> <div class="wayLeft">
<i class="icon-login-qqicon"></i> <i class="icon-login-qqicon"></i>
<span>QQ登录</span> <span>QQ登录</span>
</div> </div>
<div class="wayRight"> <div class="wayRight">
<i class="icon-login-wechaticon"></i> <i class="icon-login-wechaticon"></i>
<span>微信登录</span> <span>微信登录</span>
</div> </div>
</div> --> </div> -->
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
<span v-show="show" @click="getCode" class="FPF_s">获取验证码</span> <span v-show="show" @click="getCode" class="FPF_s">获取验证码</span>
<span v-show="!show" class="count FPF_s">{{count}}s重新获取</span> <span v-show="!show" class="count FPF_s">{{count}}s重新获取</span>
</div> </div>
</div> </div>
<div class="forgetPw"> <div class="forgetPw">
<div class="error-msg" style="float:left;width:auto;"> <div class="error-msg" style="float:left;width:auto;">
<div v-show="passwordIsShow"><img src="../assets/img/login-error-tips.png" />{{ passwordErrorMsg }}</div> <div v-show="passwordIsShow"><img src="../assets/img/login-error-tips.png" />{{ passwordErrorMsg }}</div>
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
this.mobileCodeType = 2; this.mobileCodeType = 2;
}, },
changePwd() { changePwd() {
let msg = { let msg = {
password: this.password, password: this.password,
mobileNumber: this.mobileNumber, mobileNumber: this.mobileNumber,
...@@ -486,6 +486,12 @@ ...@@ -486,6 +486,12 @@
mounted() { mounted() {
this.initData() this.initData()
this.getGroup() this.getGroup()
let href = this.domainManager().CarUrl
window.parent.postMessage({
event_id: 'out',
data: {
loginState: '退出登录',
}}, `${href}`)
}, },
created() { created() {
......
...@@ -1754,7 +1754,7 @@ ...@@ -1754,7 +1754,7 @@
}, },
mounted() { mounted() {
this.typeSystem = localStorage.typeSystem this.typeSystem = localStorage.typeSystem
if(this.typeSystem==1) this.msg.OtherType = 80
let that = this; let that = this;
this.qjGroupId = this.QjGroupId(); this.qjGroupId = this.QjGroupId();
this.apipost('user_post_GetNowVote', {}, r => { 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