From e6aa01568f757236ff9d1f342f0addcee5c45e7d Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 23 Oct 2025 17:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=B7=E6=B1=8212f->12?= =?UTF-8?q?=E4=B8=AA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/memorial/adminMemorial.vue | 2 +- utils/request.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/memorial/adminMemorial.vue b/pages/memorial/adminMemorial.vue index 53e5005..7c9e601 100644 --- a/pages/memorial/adminMemorial.vue +++ b/pages/memorial/adminMemorial.vue @@ -170,7 +170,7 @@ export default { // regionId: String(floorId), templeId: templeId, command, // open | close - mac: "FFFFFFFFFFFF", + mac: "000000000000", timeout: "11", reason, }; diff --git a/utils/request.js b/utils/request.js index 01a8bb1..4842461 100644 --- a/utils/request.js +++ b/utils/request.js @@ -6,8 +6,8 @@ import debounce from "uview-ui/libs/function/debounce"; const ENV_CONFIG = { release: { // 正式版 - baseUrl: "http://192.168.1.3:4501", - // baseUrl: "https://tech-ape.top/prod-api", + // baseUrl: "http://192.168.1.3:4501", + baseUrl: "https://tech-ape.top/prod-api", // baseUrl: "https://tech-ape.top/prod-api", appId: 1, },