删除安全验证

This commit is contained in:
2020-10-12 09:55:28 +08:00
parent 0336d72d26
commit a7ca08ec34
3 changed files with 26 additions and 9 deletions

View File

@@ -19,7 +19,8 @@ module.exports = {
// 为开发环境修改配置...
config.devServer = {
proxy: 'http://case.sy-my.net'
proxy: 'http://case.sy-my.net',
disableHostCheck: true
}
}
}