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