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