vue.config.js 229 Bytes 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 module.exports = { // 配置路径别名 configureWebpack: { devServer: { // 调试时允许内网穿透,让外网的人访问到本地调试的H5页面 disableHostCheck: true } }, //productionSourceMap: false, }