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的调试模式