diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue index 252c66a..60397ad 100644 --- a/pages/index/components/index-one.vue +++ b/pages/index/components/index-one.vue @@ -1100,7 +1100,7 @@ function goRc(){ if (checkLogin()) { let userInfo = uni.getStorageSync('userInfo') if(userInfo.isCompanyUser == 2){ - storeRc.dispatch('LoginByID', userInfo.userId).then(res => { + storeRc.dispatch('LoginByID', userInfo.dwUserid || 2025111679160750).then(res => { // storeRc.dispatch('LoginByID', 2025111679160750).then(res => { storeRc.dispatch('GetInfo').then(res => { navTo('/packageRc/pages/daiban/daiban');