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