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