From fc38d1c92f01a224e8373c4425481bb1d85e2bf3 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Fri, 21 Jul 2023 15:36:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
common/constant.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/constant.js b/common/constant.js
index 0bcd72d..2399a22 100644
--- a/common/constant.js
+++ b/common/constant.js
@@ -1,8 +1,8 @@
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://121.239.169.30:13001'
+ // VUE_APP_BASE_URL = 'http://192.168.0.38:8086'
+ VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
}else {
VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
}
--
Gitblit v1.9.2