This commit is contained in:
给我
2026-01-15 15:37:01 +08:00
parent 49d5ae1c04
commit 3dfd153c00
470 changed files with 76 additions and 37554 deletions

View File

@ -21,13 +21,10 @@ const getUrlParam = () => {
// 检查token并进行跳转
const checkTokenAndRedirect = () => {
debugger;
// 获取路由参数url
const redirectUrl = getUrlParam();
// 检查localStorage中是否存在token
const token = getItem('SSOTOKEN') || getItem('token');
if (token) {
// 如果存在token直接跳转到url参数指定的地址
if (redirectUrl) {