Commit 3f11ae8a by fanyj

修改提示

parent 1f32d5d2
......@@ -30,7 +30,7 @@ class _Signin extends Component{
Open("/license", {target: "_self"});
return;
}
Assert(sess === "ok", "用户名或密码不正确");
Assert(sess === "ok", sess);
message.success('登录成功');
history.push(referer || `${ContextPath}/home`);
}});
......
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