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