This commit is contained in:
parent
e9b574661e
commit
6ef2c5bf67
|
@ -139,14 +139,14 @@ const reset_font = () => {
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
let token = tools.data.get("token");
|
let token = tools.data.get("token");
|
||||||
// console.log(token, "token");
|
// console.log(token, "token");
|
||||||
// if (token == null) {
|
if (token == null) {
|
||||||
// ElMessage.error({
|
ElMessage.error({
|
||||||
// message: "请重新登录!",
|
message: "请重新登录!",
|
||||||
// offset: 100,
|
offset: 100,
|
||||||
// });
|
});
|
||||||
// window.location.href =
|
window.location.href =
|
||||||
// "http://220.191.238.50:996/api/login?returnURL=" + window.location.href;
|
"http://220.191.238.50:996/api/login?returnURL=" + window.location.href;
|
||||||
// }
|
}
|
||||||
reset_font();
|
reset_font();
|
||||||
reset_font();
|
reset_font();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue