fix: 线上地址端口修改。

This commit is contained in:
tianyongbao
2025-01-22 13:48:00 +08:00
parent bf0608b05f
commit c57aadf6b2

View File

@@ -42,7 +42,7 @@ export default defineConfig(({ mode, command }) => {
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {
// target: 'http://154.8.147.51:8288',
// target: 'http://154.8.147.51:8080',
target: 'http://127.0.0.1:8080',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')