fix:修复设备详情页显示bug

This commit is contained in:
2025-07-29 10:21:49 +08:00
parent a4d0bd4f71
commit f7ed3fedb3
10 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
"use strict";
const URL = "https://my.gxfs123.com/api";
const URL = "http://192.168.10.31:8080";
const appid = "wx2165f0be356ae7a9";
exports.URL = URL;
exports.appid = appid;