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