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