|
|
|
|
@ -629,9 +629,9 @@ export default {
|
|
|
|
|
localStorage.setItem('daotian_to_admin_roleid', obj.user.agencyRoleId)
|
|
|
|
|
localStorage.setItem('daotian_to_admin_agencyid', obj.user.agencyId)
|
|
|
|
|
if(window.location.origin.indexOf('www') > -1){
|
|
|
|
|
window.open('http://www.idaotian.com/dist2.0.0/#/merchantManagement/homePage','_target')
|
|
|
|
|
window.open('http://www.idaotian.com/dist2.0.0/#/merchantManagement/homePage')
|
|
|
|
|
}else{
|
|
|
|
|
window.open('http://idaotian.com/dist2.0.0/#/merchantManagement/homePage','_target')
|
|
|
|
|
window.open('http://idaotian.com/dist2.0.0/#/merchantManagement/homePage')
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -648,9 +648,9 @@ export default {
|
|
|
|
|
localStorage.setItem('daotian_to_admin_roleid', obj.user.agencyRoleId)
|
|
|
|
|
localStorage.setItem('daotian_to_admin_agencyid', obj.user.agencyId)
|
|
|
|
|
if(window.location.origin.indexOf('www') > -1){
|
|
|
|
|
window.open('http://www.idaotian.com/dist2.0.0/#/other/delivery','_target')
|
|
|
|
|
window.open('http://www.idaotian.com/dist2.0.0/#/other/delivery')
|
|
|
|
|
}else{
|
|
|
|
|
window.open('http://idaotian.com/dist2.0.0/#/other/delivery','_target')
|
|
|
|
|
window.open('http://idaotian.com/dist2.0.0/#/other/delivery')
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|