From 3b423d1306645240d379b19c7bbcc6d489b775ed Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Wed, 24 Sep 2025 22:44:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= 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 +- src/views/modules/operation-management/order/index.vue | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/config/index-prod.js b/public/config/index-prod.js index 6096255..37b1be0 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-test.damajishi.cn/"; + window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/"; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG["domain"] = "./"; // 域名 diff --git a/public/config/index.js b/public/config/index.js index 415da64..b0aa92a 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-test.damajishi.cn/"; + window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/"; // 在线api接口请求地址 // window.SITE_CONFIG['baseUrl'] = 'http://119.29.103.250:8082/red-memory'; // 在线api接口请求地址 diff --git a/src/views/modules/operation-management/order/index.vue b/src/views/modules/operation-management/order/index.vue index 3a04809..b6399d3 100644 --- a/src/views/modules/operation-management/order/index.vue +++ b/src/views/modules/operation-management/order/index.vue @@ -152,6 +152,7 @@ export default { group: "0", // marketId: this.marketId, shopId: this.shopId, + agentId: this.agentId }; this.getList(); }, @@ -172,6 +173,7 @@ export default { this.formInline = { group: "0", shopId: this.shopId, + agentId: this.agentId }; this.getList(); }, @@ -198,6 +200,7 @@ export default { "storeList", "marketId", "shopId", + "agentId" ]), }, };