初步完成merchant和admin不同role的展示内容逻辑3

This commit is contained in:
2026-03-12 16:13:13 +08:00
parent a81509e1fc
commit a768597ca2
4 changed files with 8 additions and 16 deletions

View File

@@ -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('登录已过期,请重新登录', '用户认证失败');