xiaoyong931011
2021-12-20 ab7ad951ca58764c8370d0adfab96600227def39
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});