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