提交代码

dev_xds
姜玉琦 2024-03-03 12:11:46 +08:00
parent 90b00afa66
commit c9743faf84
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module.exports = {
open: true, open: true,
proxy: { proxy: {
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://127.0.0.1:80/jhapi`, target: `http://127.0.0.1:8090/jhapi`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''