From 4c390d209b45d516fbe2f7552d26048687c83972 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 05 Aug 2026 14:29:25 +0800
Subject: [PATCH] feat:tab切换太快的时候内容不对应
---
applications/task-work-order/src/utils/auth.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/applications/task-work-order/src/utils/auth.js b/applications/task-work-order/src/utils/auth.js
index 01baad7..22a03a6 100644
--- a/applications/task-work-order/src/utils/auth.js
+++ b/applications/task-work-order/src/utils/auth.js
@@ -3,6 +3,7 @@
const TokenKey = 'work-access-token';
const RefreshTokenKey = 'work-refresh-token';
const SessionId = 'JSESSIONID';
+
const UserId = 'b-user-id';
export function getToken() {
--
Gitblit v1.9.3