默认一个dwuserId
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user