屏蔽退出功能
This commit is contained in:
@@ -1101,10 +1101,14 @@ function goRc(){
|
||||
let userInfo = uni.getStorageSync('userInfo')
|
||||
if(userInfo.isCompanyUser == 2){
|
||||
storeRc.dispatch('LoginByID', userInfo.userId).then(res => {
|
||||
// storeRc.dispatch('LoginByID', 2025111679160750).then(res => {
|
||||
storeRc.dispatch('GetInfo').then(res => {
|
||||
navTo('/packageRc/pages/daiban/daiban');
|
||||
});
|
||||
});
|
||||
// test0001 202511491561998
|
||||
// test0002 202511381669113
|
||||
// test0003 2025111679160750
|
||||
}else if(userInfo.isCompanyUser == 1){
|
||||
storeRc.dispatch('LoginByUserInfo', userInfo).then(res => {
|
||||
navTo('/packageRc/pages/index/index');
|
||||
|
||||
Reference in New Issue
Block a user