diff --git a/WebRoot/html/study/add.html b/WebRoot/html/study/TreeAdd.html similarity index 100% rename from WebRoot/html/study/add.html rename to WebRoot/html/study/TreeAdd.html diff --git a/WebRoot/html/study/TreeManage.html b/WebRoot/html/study/TreeManage.html index bd87585..0811f62 100644 --- a/WebRoot/html/study/TreeManage.html +++ b/WebRoot/html/study/TreeManage.html @@ -80,7 +80,7 @@ let btn = $("#addBtn_" + treeNode.tId); if (btn) btn.bind("click", function () { - WeAdminShow('增加', 'add.html?parent_id=' + treeNode.id + "&level_id=" + treeNode.level_id, 550, 300); + WeAdminShow('增加', 'TreeAdd.html?parent_id=' + treeNode.id + "&level_id=" + treeNode.level_id, 550, 300); }) } @@ -122,7 +122,7 @@ } // 编辑 function beforeEditName(treeId, treeNode) { - WeAdminShow('编辑', 'update.html?id=' + treeNode.id, 550, 300); + WeAdminShow('编辑', 'TreeUpdate.html?id=' + treeNode.id, 550, 300); } window.loadTree = function () { diff --git a/WebRoot/html/study/update.html b/WebRoot/html/study/TreeUpdate.html similarity index 100% rename from WebRoot/html/study/update.html rename to WebRoot/html/study/TreeUpdate.html diff --git a/WebRoot/html/study/studyList.html b/WebRoot/html/study/docFrame.html similarity index 84% rename from WebRoot/html/study/studyList.html rename to WebRoot/html/study/docFrame.html index 29e62e3..6996953 100644 --- a/WebRoot/html/study/studyList.html +++ b/WebRoot/html/study/docFrame.html @@ -23,8 +23,8 @@
- - + +