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