From 7efe675fa4a41380f3bb18ac5731e3ede4bd8124 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 7 Nov 2024 15:19:13 +0800 Subject: [PATCH] test: auth --- src/stores/AuthStore.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stores/AuthStore.js b/src/stores/AuthStore.js index 44cfd86..c2d225d 100644 --- a/src/stores/AuthStore.js +++ b/src/stores/AuthStore.js @@ -120,6 +120,8 @@ const useAuthStore = create(devtools((set, get) => ({ if (window.location.port === '4173') { 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) } if (import.meta.env.DEV && isEmpty(sessionData)) { sessionData = window.localStorage.getItem('GLOBAL_SALES_LOGIN_USER')