Commit 2d2c0221 authored by maliang's avatar maliang

上传bug修复

parent 2b2c9810
......@@ -43,7 +43,7 @@
if (top != self) {
parent.location.href = '/login.html';
}
var token = localStorage.getItem("token");
if (token != null && token.trim().length != 0) {
$.ajax({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment