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