Authored by wangtao

js问题修复

... ... @@ -82,6 +82,7 @@ layui.define(['element', 'admin', 'view'], function (exports) {
},
ajaxSetupInit: function () {
let that = this;
setTimeout(function () {
// 绑定菜单点击事件
that.bindMenuClickEvent();
... ...