const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ publicPath: "/hd-glasses-app", transpileDependencies: true, lintOnSave:false //添加该行代码 })