访问端口调整

This commit is contained in:
akun 2024-04-08 16:08:46 +08:00
parent 8cb2755bec
commit 5ca2d775e5

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://zt-sac-java:22009`,
target: `http://localhost:22009`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''