This commit is contained in:
2026-04-29 11:39:08 +08:00
parent 121c7ffcf5
commit ac3bef4fa9
4 changed files with 36 additions and 63 deletions

View File

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