@@ -148,9 +148,7 @@
}).then(res => {
// 2为家政管理员
if(res.data.type ===2 ||res.data.type ===5){
- if (cacheManager.get('auth')) {
- cacheManager.clearAll()
- }
+
cacheManager.set('auth', res.data)
store.setIsCanBack(false)
// 页面跳转
@@ -125,9 +125,7 @@
// 4为家政人员
if (res.data.type === 4) {