Administrator
2025-05-20 9a2c841a2dfb3a5ed346d32ae50b7cfd22acbe17
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});