初步完成merchant和admin不同role的展示内容逻辑3
This commit is contained in:
@@ -1110,8 +1110,7 @@ async delete(table : string, filter : string | null) : Promise<AkReqResponse<any
|
||||
return res;
|
||||
}
|
||||
|
||||
uni.removeStorageSync('user_id');
|
||||
uni.removeStorageSync('token');
|
||||
// completely removed global storage clearing
|
||||
|
||||
uni.reLaunch({ url: '/pages/user/login' });
|
||||
throw toUniError('登录已过期,请重新登录', '用户认证失败');
|
||||
|
||||
Reference in New Issue
Block a user