src/main/webapp/views/index.html @@ -168,7 +168,7 @@ } else if (res.code === 403) { top.location.href = baseUrl+"/login"; } else { layer.msg(res.msg, {icon: 2}) layer.msg('token error', {icon: 2}) } } });