6155部分功能
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
const BASE_URL = 'http://192.168.2.34:8001';
|
||||
const BASE_URL = 'http://192.168.110.169:9001';
|
||||
|
||||
const request = (options) => {
|
||||
console.log("options"+JSON.stringify(options))
|
||||
return new Promise((resolve, reject) => {
|
||||
// 处理GET请求参数
|
||||
let url = BASE_URL + options.url;
|
||||
|
Reference in New Issue
Block a user