屏蔽退出功能

This commit is contained in:
2025-12-16 17:53:19 +08:00
parent 4ef77b2251
commit c666b90961
6 changed files with 12 additions and 8 deletions

View File

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