From d295f3c51271c26a5f65c0184bfa27fe1af80f54 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期二, 18 四月 2023 14:06:07 +0800
Subject: [PATCH] 修复合并后的问题
---
web_src/config/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/web_src/config/index.js b/web_src/config/index.js
index c6287d0..3afb4c3 100644
--- a/web_src/config/index.js
+++ b/web_src/config/index.js
@@ -12,7 +12,7 @@
assetsPublicPath: '/',
proxyTable: {
'/debug': {
- target: 'https://default.wvp-pro.cn:18080',
+ target: 'https://default.wvp-pro.cn:18082',
changeOrigin: true,
pathRewrite: {
'^/debug': '/'
--
Gitblit v1.8.0