- 修改目标节点问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m59s

This commit is contained in:
BertrandC 2025-05-21 15:33:06 +08:00
parent 63dddd09bb
commit fd2a6fa329

View File

@ -36,7 +36,7 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.1.23:22009`,
target: `http://sac.hl.jczsmarter.com:18080`,
target: `/`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''