摘要: vue.config.js中 devServer: { port: port, open: true, overlay: { warnings: false, errors: true }, //配置代理跨域 proxy: { '/dev-api': { target: 'http://39.98. 阅读全文
posted @ 2023-02-04 13:17 小白字太白 阅读(7) 评论(0) 推荐(0) 编辑
摘要: "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "eslint.autoFixOnSave" : true, }, 在插件中 扩展设置 工作区加入此代码 "editor.codeActionsOnSave":{ "source. 阅读全文
posted @ 2023-02-04 10:25 小白字太白 阅读(86) 评论(0) 推荐(0) 编辑