From 1626d13ec8b1a63676e63cf95c5004c4118da3b3 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 26 十月 2025 14:59:48 +0800
Subject: [PATCH] feat:移除app 中我的栏目中不要的功能
---
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