From f2fb529a9d47ea656a0ab02b80e4879a104de397 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 04 Jun 2026 10:39:26 +0800
Subject: [PATCH] feat:feat:更新组件el-cascader 样式 内置input高度统一设置
---
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