feat:增加投票模块提交查询及时间判断

This commit is contained in:
wyx
2023-02-01 21:44:32 +08:00
parent 5e8a11feaf
commit f5eddf6236
6 changed files with 742 additions and 36 deletions

View File

@@ -99,6 +99,9 @@ export default defineConfig(({ command, mode }) =>
},'/external/exam/queryExternalExam': {
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,
changeOrigin: true,
},'/link/getOne': {
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,
changeOrigin: true,
},
}
}