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