From 0d3c944fe4679257f83cbdb695780afe960df877 Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Thu, 3 Jul 2025 09:57:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=8C=E4=BD=BF=E7=94=A8=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config/index-prod.js | 2 +- public/config/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config/index-prod.js b/public/config/index-prod.js index 37b1be0..6096255 100644 --- a/public/config/index-prod.js +++ b/public/config/index-prod.js @@ -13,7 +13,7 @@ window.SITE_CONFIG = {}; // 在线api接口请求地址 - window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/"; + window.SITE_CONFIG["baseUrl"] = "https://admin-test.damajishi.cn/"; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG["domain"] = "./"; // 域名 diff --git a/public/config/index.js b/public/config/index.js index b0aa92a..415da64 100644 --- a/public/config/index.js +++ b/public/config/index.js @@ -12,7 +12,7 @@ (function () { window.SITE_CONFIG = {}; // api接口请求地址 - window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/"; + window.SITE_CONFIG["baseUrl"] = "https://admin-test.damajishi.cn/"; // 在线api接口请求地址 // window.SITE_CONFIG['baseUrl'] = 'http://119.29.103.250:8082/red-memory'; // 在线api接口请求地址