mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-19 01:58:00 +08:00
1、实现富文本编辑器
2、实现文档转换为PDF、MOBI、EPUB、Word格式 3、实现登录后跳转到来源地址
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
return false;
|
||||
} else {
|
||||
$.ajax({
|
||||
url: "{{urlfor "AccountController.Login"}}",
|
||||
url: "{{urlfor "AccountController.Login" "url" .url}}",
|
||||
data: $("form").serializeArray(),
|
||||
dataType: "json",
|
||||
type: "POST",
|
||||
@@ -142,7 +142,7 @@
|
||||
layer.msg(res.message);
|
||||
$btn.button('reset');
|
||||
} else {
|
||||
turl = res.data.turl;
|
||||
turl = res.data;
|
||||
if (turl === "") {
|
||||
turl = "/";
|
||||
}
|
||||
|
Reference in New Issue
Block a user