This commit is contained in:
Mrx
2026-01-30 11:38:30 +08:00
parent 5e55f06c9d
commit 2b3e563160
2 changed files with 48 additions and 14 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.tianyuancha.cn", // 本地接口地址
// target: "http://127.0.0.1:8888", // 本地接口地址
target: "https://www.tianyuancha.cn", // 本地接口地址
changeOrigin: true,
},
},