Administrator
2 days ago cf329233aef9b144942a16e9d2d9988ccbda3d56
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});