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