mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-05 08:07:06 +08:00
慢接口
This commit is contained in:
@@ -59,8 +59,9 @@ class XLog {
|
||||
// 设置用户id
|
||||
public SetUid(uid?: Uid) {
|
||||
if (uid) {
|
||||
this.platform?.setCache("x_err_uid", uid);
|
||||
this.Uid = uid;
|
||||
this.platform?.setCache("x_err_uid", uid);
|
||||
|
||||
} else {
|
||||
const u_id = this.platform?.getCache("x_err_uid");
|
||||
if (u_id) {
|
||||
|
Reference in New Issue
Block a user