module.exports = { lintOnSave: true, // 配置路径别名 configureWebpack: { devServer: { disableHostCheck: true } }, }