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