增加内网设备绑定

This commit is contained in:
xuli3099
2025-08-20 09:43:00 +08:00
parent 8f849cda40
commit b2b0c11966
4 changed files with 52 additions and 8 deletions

View File

@@ -4,5 +4,5 @@ export const AGREEWELCOME_KEY="agreewelcome";
// clientId 默认写2
export const CLIENT_ID="2";
// #区分内外网 //1-内网2-外网
export const NETWORK_ENV=2;
export const NETWORK_ENV=1;