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