From a337f2b750be642f9969d488b32c1c1745aa71ca Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Wed, 1 Oct 2025 11:09:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=97=E9=93=BA=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config/index-prod.js | 2 +- src/views/modules/operation-management/order/index.vue | 5 ++--- 2 files changed, 3 insertions(+), 4 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/src/views/modules/operation-management/order/index.vue b/src/views/modules/operation-management/order/index.vue index a28c662..311a511 100644 --- a/src/views/modules/operation-management/order/index.vue +++ b/src/views/modules/operation-management/order/index.vue @@ -119,7 +119,6 @@