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