修复请求12f->12个0

This commit is contained in:
WindowBird 2025-10-23 17:48:08 +08:00
parent a1a23e2231
commit e6aa01568f
2 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ export default {
// regionId: String(floorId),
templeId: templeId,
command, // open | close
mac: "FFFFFFFFFFFF",
mac: "000000000000",
timeout: "11",
reason,
};

View File

@ -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,
},