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