This commit is contained in:
yuping
2022-12-12 16:26:57 +08:00
parent cd68647ace
commit f865244041
3 changed files with 144 additions and 123 deletions

View File

@@ -80,6 +80,9 @@ export default defineConfig(({command}) =>
},'/examination': {
target: 'http://localhost:30001',
changeOrigin: true,
},'/assessment': {
target: 'http://localhost:30001',
changeOrigin: true,
},
}
}