Helius
2021-09-30 2022467b27d6c5a4c98323a84091e57b350af93d
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});