mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修正body的on事情
This commit is contained in:
parent
b46934fca9
commit
67e784525f
@ -14,7 +14,7 @@
|
|||||||
define(['jquery', 'admin.plugs'], function () {
|
define(['jquery', 'admin.plugs'], function () {
|
||||||
|
|
||||||
/*! 定义当前body对象 */
|
/*! 定义当前body对象 */
|
||||||
this.$body = $('.framework-body').add('.framework-topbar').add('body');
|
this.$body = $('body');
|
||||||
|
|
||||||
/*! 注册 data-load 事件行为 */
|
/*! 注册 data-load 事件行为 */
|
||||||
this.$body.on('click', '[data-load]', function () {
|
this.$body.on('click', '[data-load]', function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user