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