This commit is contained in:
姚宇浩 2024-11-13 10:05:41 +08:00
parent 7496f14e63
commit faaf54ea60
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ const login = () => {
} else { } else {
var tokenPd = getCookie("lytoken"); var tokenPd = getCookie("lytoken");
if (!tokenPd) { if (!tokenPd) {
ElMessage.error("11111111!");
window.location.href = window.location.href =
"http://220.191.238.50:996/api/login?returnURL=" + "http://220.191.238.50:996/api/login?returnURL=" +
window.location.href; window.location.href;