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