Compare commits

...

2 Commits

Author SHA1 Message Date
Mrx
204a3e8459 Merge branch 'main' of http://1.117.67.95:3000/team/xfc_webview_V2 2026-02-02 13:17:28 +08:00
Mrx
5ecae83381 f 2026-01-30 16:44:57 +08:00

View File

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