Commit 2cf9bcbc by wujiabao

协助测试

parent 2936bf90
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}\\index.js"
}
]
}
\ No newline at end of file
import fetch from 'isomorphic-fetch'; import fetch from 'isomorphic-fetch';
let domain = "http://192.168.10.63:7780"; let domain = "http://192.168.10.63:7780";
const domainPort = "7788"; const domainPort = "7788";
const myHeaders = new Headers({ const myHeaders = new Headers({
// 'Access-Control-Allow-Origin': '*', // 'Access-Control-Allow-Origin': '*',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment