1. 1.自建一个vue.config.js文件
    2. 2.写入这段代码
    3. module.exports = {
    4. lintOnSave:false
    5. }