xiaoyong931011
2023-03-22 49090447988eb021f7cda6969bfc6fada41e3837
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});