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){
let href = this.domainManager().CarUrl if(localStorage.typeSystem) {
window.parent.postMessage({ let href = this.domainManager().CarUrl
event_id: 'login', window.parent.postMessage({
data: { event_id: 'login',
loginState: data?data:'', data: {
}}, `${href}`) loginState: data?data:'',
}}, `${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