This commit is contained in:
wuyy 2026-03-09 18:05:25 +08:00
parent 5734fb201c
commit cb7221d91b

View File

@ -47,13 +47,8 @@ export default defineConfig(({ mode, command }) => {
open: false,
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
<<<<<<< HEAD
'/dev-api': {
target: 'http://47.97.125.165:8905',
=======
"/dev-api": {
target: "http://47.97.125.165:8904",
>>>>>>> 54ddd44bb13147760bd957847f6eff6fbe4abaee
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, ""),
},