master
parent
317fedf52c
commit
899ffd7105
|
|
@ -36,7 +36,6 @@
|
||||||
if (top != self) {
|
if (top != self) {
|
||||||
parent.location.href = '/login.html';
|
parent.location.href = '/login.html';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var token = localStorage.getItem("token");
|
var token = localStorage.getItem("token");
|
||||||
if (token != null && token.trim().length != 0) {
|
if (token != null && token.trim().length != 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue