diff --git a/vue.config.js b/vue.config.js index 7fa9079..a222de4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,8 @@ module.exports = { publicPath: process.env.NODE_ENV === 'production' ? '/beta/' - : '/' + : '/', + devServer: { + disableHostCheck: true + } }