From 9d5b4d650e5b01081d3537c750e7469db4d161e3 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 29 Apr 2025 08:53:20 +0800
Subject: [PATCH] 提交
---
common/constant.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/constant.js b/common/constant.js
index b51f7f0..dc30993 100644
--- a/common/constant.js
+++ b/common/constant.js
@@ -1,10 +1,10 @@
let VUE_APP_BASE_URL= null;
if (process.env.NODE_ENV == 'development') {
- VUE_APP_BASE_URL = 'http://192.168.2.15:8082'
+ VUE_APP_BASE_URL = 'http://192.168.2.15:8083'
// VUE_APP_BASE_URL = 'http://47.108.222.15:8000'
}else {
- VUE_APP_BASE_URL = 'http://192.168.2.15:8082'
+ VUE_APP_BASE_URL = 'http://192.168.2.15:8083'
// VUE_APP_BASE_URL = 'http://47.108.222.15:8000'
}
--
Gitblit v1.9.2