diff --git a/doc/价格管理平台.bmpr b/doc/价格管理平台.bmpr index 6f91c6d..0128426 100644 Binary files a/doc/价格管理平台.bmpr and b/doc/价格管理平台.bmpr differ diff --git a/src/stores/Auth.js b/src/stores/Auth.js index ef05fdc..d880476 100644 --- a/src/stores/Auth.js +++ b/src/stores/Auth.js @@ -140,6 +140,7 @@ const useAuthStore = create((set, get) => ({ const { logout } = get() async function checkTokenTimeout() { + // TODO:Token 失效后要跳转到登录页面 const { LastReqDate } = await fetchLastRequet() const lastReqDate = new Date(LastReqDate) const now = new Date()