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