fix: 健康管理系统,代码修改。

This commit is contained in:
tianyongbao
2024-09-25 11:39:25 +08:00
parent 7eb7a0c064
commit 730d72591e
17 changed files with 2197 additions and 7 deletions

View File

@@ -42,8 +42,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/, '')
},