diff --git a/jero-web/vue.config.js b/jero-web/vue.config.js index b491f260..87942296 100644 --- a/jero-web/vue.config.js +++ b/jero-web/vue.config.js @@ -90,7 +90,7 @@ module.exports = { ws: false, changeOrigin: true, pathRewrite: { - '/jero-boot': '' // 默认所有请求都加了jero-boot前缀,需要去掉 + // '/jero-boot': '' // 默认所有请求都加了jero-boot前缀,需要去掉 } } }