From f5d67b69142c78be1ee996f53b6bb8e4c954761c Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Wed, 15 Nov 2023 10:06:38 +0800
Subject: [PATCH] 页面跳转修改
---
common/constant.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/common/constant.js b/common/constant.js
index 2399a22..eb73fd7 100644
--- a/common/constant.js
+++ b/common/constant.js
@@ -1,9 +1,10 @@
let VUE_APP_BASE_URL= null;
if (process.env.NODE_ENV == 'development') {
- // VUE_APP_BASE_URL = 'http://192.168.0.38:8086'
+ // VUE_APP_BASE_URL = 'http://192.168.0.47:8086'
VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
}else {
+ // VUE_APP_BASE_URL = 'http://192.168.0.47:8086'
VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
}
--
Gitblit v1.9.2