Commit e38348af authored by youjie's avatar youjie

no message

parent 4a0035f8
...@@ -78,12 +78,14 @@ ...@@ -78,12 +78,14 @@
}, },
methods: { methods: {
getLogin(data){ getLogin(data){
if(localStorage.typeSystem) {
let href = this.domainManager().CarUrl let href = this.domainManager().CarUrl
window.parent.postMessage({ window.parent.postMessage({
event_id: 'login', event_id: 'login',
data: { data: {
loginState: data?data:'', loginState: data?data:'',
}}, `${href}`) }}, `${href}`)
}
}, },
autoLogin() { autoLogin() {
this.apipostLogin( this.apipostLogin(
......
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