@@ -77,9 +77,9 @@ module.exports = {
// target:'https://trac.tjyourong.com.cn',
ws: false,
changeOrigin: true,
- // pathRewrite: {
- // '/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀,需要去掉
- // }
+ pathRewrite: {
+ '/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀,需要去掉
+ }
},
// before(app) {