Administrator
5 days ago 05a058cd18c7848d60cccc5c55971da4d758b027
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});