修改后端地址

This commit is contained in:
wkc
2026-03-31 10:24:06 +08:00
parent a8e15e16d9
commit 8190946a87

View File

@@ -36,8 +36,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: baseUrl,
// target: "http://116.62.17.81:20202",
// target: baseUrl,
target: "http://116.62.17.81:62318",
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''