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