还改为外网打包

This commit is contained in:
xuli3099
2025-08-20 10:22:34 +08:00
parent 08ca660b87
commit b1064f9118
2 changed files with 2 additions and 2 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=1;
export const NETWORK_ENV=2;