1、更新tp5内核
2、修复后台文档模型创建的bug
This commit is contained in:
@@ -222,7 +222,7 @@ $(function() {
|
||||
} else {
|
||||
updateAlert(data.msg);
|
||||
setTimeout(function() {
|
||||
location.reload();
|
||||
//location.reload();
|
||||
// if (data.url) {
|
||||
// location.href = data.url;
|
||||
// } else {
|
||||
@@ -305,7 +305,7 @@ $(function() {
|
||||
updateAlert(data.msg, 'danger');
|
||||
setTimeout(function() {
|
||||
$(that).removeClass('disabled').prop('disabled', false);
|
||||
location.reload();
|
||||
//location.reload();
|
||||
// if (data.url) {
|
||||
// location.href = data.url;
|
||||
// } else {
|
||||
|
||||
Reference in New Issue
Block a user