From dbccfc04eb5a927d690bb75277f614e63d4544c9 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 21 Jan 2026 15:54:13 +0800
Subject: [PATCH] 适配64位
---
common/constant.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/constant.js b/common/constant.js
index 636053f..c6e8566 100644
--- a/common/constant.js
+++ b/common/constant.js
@@ -2,7 +2,7 @@
let VUE_APP_BASE_URL= null;
if (process.env.NODE_ENV == 'development') {
VUE_APP_BASE_URL = 'http://sms.sinanoaq.cn/api'
- // VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
+ // VUE_APP_BASE_URL = 'http://192.168.2.11:8087'
}else {
// VUE_APP_BASE_URL = 'http://192.168.0.47:8086'
VUE_APP_BASE_URL = 'http://sms.sinanoaq.cn/api'
--
Gitblit v1.9.2