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