Skip to content
View jiluhu's full-sized avatar

Block or report jiluhu

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 测试跨域 测试跨域
    1
    var xhr = new XMLHttpRequest();
    2
    xhr.open('GET', 'http://localhost:8080/process-api/repository/deployments');
    3
     
    4
    var token= "xxxxx";
    5
    xhr.setRequestHeader("x-access-token",token);