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