From a4102fd8427c224a7aba1b3e550a5c0564ecf3c6 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 13 Jan 2026 10:52:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/config.js b/common/config.js index 7d3ec24..1779591 100644 --- a/common/config.js +++ b/common/config.js @@ -7,6 +7,7 @@ let scheme ="http"; //协议头 let host = '192.168.66.16:8007'; // 为了避免h5页面被其他人盗用,可以自由选择加密方式,详细教程查看readme.md文件 +// md5加密工具:https://www.jyshare.com/crypto/md5/ let hostToken="sha5602584d3bc770dd47e9680a99d0efe6bi"; // 是否开启H5的调试模式