gao
2020-06-16 707a7b28f6955c0cf9de2d90b6361ddc6a468d59
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});