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