1、更新tp5内核

2、修复后台文档模型创建的bug
This commit is contained in:
2016-08-05 17:32:10 +08:00
parent 4b09ebce88
commit bce968f5a3
12 changed files with 165 additions and 95 deletions

View File

@@ -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 {