Revert "Fix Bug #460: [疾病报告管理-报告卡管理] “查看报卡”详情页缺失审核操作记录展示"

This reverts commit 8824e7c9d5c296cf0a8f645e48b3b4c7ff4f50f6.
This commit is contained in:
赵云
2026-05-09 10:32:49 +08:00
parent 0333073b3a
commit e2d608ebb8
2 changed files with 68 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ export default defineConfig(({ mode, command }) => {
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {
target: 'http://localhost:18083/openhis',
target: 'http://localhost:18080/openhis',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, ''),
},