This commit is contained in:
Mrx
2026-02-02 13:17:39 +08:00
parent 204a3e8459
commit ba924f1a95
5 changed files with 61 additions and 26 deletions

View File

@@ -15,8 +15,8 @@ export default defineConfig({
strictPort: true, // 如果端口被占用则抛出错误而不是使用下一个可用端口
proxy: {
"/api/v1": {
// target: "http://127.0.0.1:8888", // 本地接口地址
target: "https://www.xingfucha.cn", // 本地接口地址
target: "http://127.0.0.1:8888", // 本地接口地址
// target: "https://www.xingfucha.cn", // 本地接口地址
changeOrigin: true,
},
},