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