优化请求统一处理

This commit is contained in:
2026-01-08 11:05:56 +08:00
parent b8e8815cca
commit 6c08b3b878
5 changed files with 108 additions and 50 deletions

View File

@@ -2,7 +2,7 @@
// const baseURL : string = 'https://newblockwlx.sxczgkj.cn/index.php/api/'
let baseURL: string = "http://192.168.1.42:8787/api/";
// #ifdef H5
baseURL = "/phpapi/api/";
baseURL = "/prodPhpApi/api/";
// #endif
import go from "@/commons/utils/go.js";