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