refactor(#IW0RV): 移除debugger关键字

#Comment
comment #IW0RV

#Issue
link https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW0RV
This commit is contained in:
Argo Zhang 2019-04-29 18:35:25 +08:00
parent e6b61ee165
commit c7c46d7438
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@
id: 0, url: Menu.url, query: { type: "user" }, method: "post",
callback: function (result) {
var html = "";
debugger;
if ($.isArray(result)) html = cascadeMenu(result);
$this.find('ol:first').html(html);
$this.nestable();