first commit

This commit is contained in:
Mrx
2026-01-17 18:43:55 +08:00
parent b79e7f2113
commit 73c20a120d
4 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ export default defineConfig({
proxy: {
"/api/v1": {
// target: "http://127.0.0.1:8888", // 本地接口地址
target: "https://www.zhenaicha.com", // 本地接口地址
target: "https://www.xingfucha.cn", // 本地接口地址
changeOrigin: true,
rewrite: (path) => path, // 可选:确保路径不被修改
},