fix: 前端功能完善优化相关字段。

This commit is contained in:
tianyongbao
2024-07-31 17:30:01 +08:00
parent 4fa2cb07d2
commit 695fce3aa1
29 changed files with 112 additions and 112 deletions

View File

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