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