评估回退

This commit is contained in:
zhangsir
2024-03-29 14:48:03 +08:00
parent 3d0270e351
commit 8334817de9
2 changed files with 7 additions and 81 deletions

View File

@@ -76,6 +76,10 @@ export default defineConfig(({ command, mode }) =>
'/vote': {
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,
changeOrigin: true,
},'stu/project/redirectDetail':{
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,
changeOrigin: true,
},
'/admin': {
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,