Commit 14290649 authored by youjie's avatar youjie

erp 退出登录 通知car

parent 6697d3f5
......@@ -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