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

@@ -19,7 +19,7 @@ var vite_config_default = defineConfig({
proxy: {
"/api/v1": {
// target: "http://127.0.0.1:8888", // 本地接口地址
target: "https://www.www.xingfucha.cn",
target: "https://www.xingfucha.cn",
// 本地接口地址
changeOrigin: true
}