This commit is contained in:
parent
7496f14e63
commit
faaf54ea60
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue