1
0
forked from dyf/APP

6155部分功能

This commit is contained in:
liub
2025-07-11 16:11:40 +08:00
parent 413c495880
commit cc0ad19e2d
39 changed files with 3823 additions and 13 deletions

View File

@ -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;