@@ -109,6 +109,7 @@
userName: trimmedUserName,
password: lliPassword.value,
}).then(res => {
+ // 2为家政管理员
if(res.data.type ===2){
cacheManager.set('auth', res.data)
store.setIsCanBack(false)
+ // 4为家政人员
if(res.data.type ===4){