Helius
2020-07-11 a87b4573c7f4e8aa2ae52cc1fe9ccd2d2d44482d
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});