From d4fe921568bc29d72644a55fd194adf7f9277cb5 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 22 十一月 2025 15:28:35 +0800
Subject: [PATCH] feat: 将旧系统数据同步到新系统
---
app/config.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/config.js b/app/config.js
index 4ca54be..6ec3f59 100644
--- a/app/config.js
+++ b/app/config.js
@@ -9,17 +9,17 @@
const ENV_CONFIG = {
// 鏈湴寮�鍙戠幆澧�
development: {
- baseUrl: `http://${LOCAL_IP}:8080`,
+ baseUrl: `https://dsp.966120.com.cn`,
description: '鏈湴寮�鍙戠幆澧�'
},
// 娴嬭瘯鐜
test: {
- baseUrl: 'http://test.yourdomain.com',
+ baseUrl: 'https://dsp.966120.com.cn',
description: '娴嬭瘯鐜'
},
// 鐢熶骇鐜
production: {
- baseUrl: 'https://api.yourdomain.com',
+ baseUrl: 'https://dsp.966120.com.cn',
description: '鐢熶骇鐜'
}
}
@@ -41,7 +41,7 @@
// 搴旂敤logo
logo: "/static/logo.png",
// 瀹樻柟缃戠珯
- site_url: "http://ruoyi.vip",
+ site_url: "http://www.966120.com.cn",
// 褰撳墠鐜淇℃伅锛堜粎寮�鍙戞椂鏄剧ず锛�
env: CURRENT_ENV,
--
Gitblit v1.9.1