Skip to content

Commit

Permalink
修复开启enablePrettyUrl模式下的后台菜单管理界面无法显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liulipeng committed Jul 8, 2016
1 parent 7552adf commit 5f7013d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/web/statics/js/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ var TreeView = function () {
});

var treeDataSource7 = new DataSourceTree({
url: '/index.php?r=admin%2Fmenu%2Findex',
url: window.location.href,
delay: 400
});

Expand Down Expand Up @@ -151,4 +151,4 @@ var TreeView = function () {

};

}();
}();

0 comments on commit 5f7013d

Please sign in to comment.