This commit is contained in:
Mrx
2026-02-04 13:33:29 +08:00
parent 0a523a6626
commit 5831cd08dc
4 changed files with 71 additions and 61 deletions

View File

@@ -16,7 +16,7 @@ export default defineConfig({
proxy: {
"/api/v1": {
target: "http://127.0.0.1:8888", // 本地接口地址
// target: "https://www.tianyuandb.com", // 本地接口地址
// target: "https://www.zhinengcha.cn", // 本地接口地址
changeOrigin: true,
},
},