Commit 935dea64 by liuyingying

咋这么粗心呢

parent a3d9542f
...@@ -145,9 +145,8 @@ ...@@ -145,9 +145,8 @@
if(username){ if(username){
$("#username").text(username); $("#username").text(username);
}else{ }else{
$("#username").text('你好'); alert("请先登录");
{#alert("请先登录");#} window.location.href="/";
{#window.location.href="/";#}
} }
} }
function compile(){ function compile(){
......
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