修改展示不及时问题

This commit is contained in:
暮光:城中城
2018-12-15 22:46:41 +08:00
parent d1ab3b8a88
commit 204ba15e11
2 changed files with 14 additions and 5 deletions

View File

@@ -7,6 +7,10 @@ var exports = {
// 定义在mg-ui.js用于重新生成文档树目录
regeneratePathTree();
},
updateTreeShowType: function(){
// 定义在mg-ui.js用于修改树形菜单展示类型
updateTreeShowType();
},
updateUserSettings: function(setting){
// 定义在mg-ui.js用于更新用户设置
updateUserSettings(setting);