Compare commits

..

2 Commits

View File

@@ -1118,7 +1118,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');