jiluhu - Overview
Pinned Loading
-
测试跨域 测试跨域
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);
jiluhu - Overview
测试跨域 测试跨域
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);