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