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