【fix】修改请求配置

This commit is contained in:
zhaoxiao
2023-03-10 13:40:21 +08:00
parent 1ee5a4a0ec
commit 38d0b9e454
+1 -1
View File
@@ -90,7 +90,7 @@ module.exports = {
ws: false, ws: false,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'/jero-boot': '' // 默认所有请求都加了jero-boot前缀,需要去掉 // '/jero-boot': '' // 默认所有请求都加了jero-boot前缀,需要去掉
} }
} }
} }