diff --git a/src/stores/AuthStore.js b/src/stores/AuthStore.js index b643398..62cdd63 100644 --- a/src/stores/AuthStore.js +++ b/src/stores/AuthStore.js @@ -118,7 +118,7 @@ const useAuthStore = create(devtools((set, get) => ({ loadUserSession: () => { let sessionData = window.sessionStorage.getItem('GLOBAL_SALES_LOGIN_USER') - if (window.location.port === '4173' && isEmpty(sessionData)) { + if (window.location.hostname === '202.103.68.93' && window.location.port === '4173' && isEmpty(sessionData)) { sessionData = `{"userId":"383","userIdStr":"383,609","emailList":[{"opi_sn":383,"mat_sn":760,"email":"lyj@asiahighlights.com","default":false,"backup":false},{"opi_sn":383,"mat_sn":759,"email":"lyj@chinahighlights.com","default":true,"backup":false},{"opi_sn":383,"mat_sn":758,"email":"lyj@hainatravel.com","default":false,"backup":false}],"username":"廖一军","avatarUrl":"https://static-legacy.dingtalk.com/media/lALPBDDrhXr716HNAoDNAoA_640_640.png","mobile":"+86-18777396951","email":"lyj@hainatravel.com","whatsAppBusiness":"8617458471254","openId":"iioljiPmZ4RPoOYpkFiSn7IKAiEiE","accountList":[{"OPI_SN":383,"OPI_Code":"LYJ","OPI_NameCN":"廖一军","OPI_DEI_SN":7,"OPI_NameEN":"Jimmy Liow"},{"OPI_SN":609,"OPI_Code":"LYJAH","OPI_NameCN":"廖一军(ah)","OPI_DEI_SN":28,"OPI_NameEN":"Jimmy Liow"}]}` window.sessionStorage.setItem('GLOBAL_SALES_LOGIN_USER', sessionData)