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