diff --git a/src/components/NavBottom.vue b/src/components/NavBottom.vue index 238435a..2d8df44 100644 --- a/src/components/NavBottom.vue +++ b/src/components/NavBottom.vue @@ -1,13 +1,14 @@ \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index b756f05..6d52111 100644 --- a/vue.config.js +++ b/vue.config.js @@ -19,7 +19,8 @@ module.exports = { // 为开发环境修改配置... config.devServer = { - proxy: 'http://case.sy-my.net' + proxy: 'http://case.sy-my.net', + disableHostCheck: true } } }