默认一个dwuserId

This commit is contained in:
2025-12-22 16:00:23 +08:00
parent d6dc210084
commit f33dde36a4

View File

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