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