考试 字段校验,没传考试id

This commit is contained in:
zhangyc
2022-12-03 19:40:34 +08:00
parent 67982d3720
commit 988683b1d5
4 changed files with 35 additions and 35 deletions

View File

@@ -15,12 +15,7 @@ module.exports = defineConfig({
proxy: {
"/manageApi": {
target:"http://111.231.196.214:30001/",
<<<<<<< HEAD
//target: "http://localhost:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口
=======
// target: "http://localhost:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口
>>>>>>> 44e0ecf40abb960193bb4add3c7c2da6f54dd899
changeOrigin: true, //表示是否改变原域名
changeOrigin: true, //表示是否改变原域名
// secure: false,
// ws: false, //表示WebSocket协议
pathRewrite: {