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