diff --git a/vue.config.js b/vue.config.js index f77ee5d..8f7835f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,6 +35,7 @@ const assetsCDN = { } module.exports = { + lintOnSave: isProd, devServer: { // proxy: { // '/api': { //此处要与 /services/api.js 中的 API_PROXY_PREFIX 值保持一致