2025-09-19

This commit is contained in:
2025-09-19 16:45:02 +08:00
parent 5b20f84f3d
commit d2a0584ee5
9 changed files with 172 additions and 98 deletions

View File

@@ -1,7 +1,7 @@
// api.js - 适配uView3+uni-app版本
// 基础配置
const BASE_URL = 'http://192.168.1.43:3000/api'
const BASE_URL = 'http://192.168.1.55:5001/api'
const TIMEOUT = 10000
// 初始化时设置token
@@ -279,6 +279,7 @@ const handleError = (errorInfo) => {
export const http = {
get: (url, params = {}, config = {}) => request({
url,
params,
method: 'GET',
...config
}),