[2.14.0] fix bug of upload role status

This commit is contained in:
zhongchao
2023-02-20 16:20:27 +08:00
parent 367f5628b1
commit e9b415381d
2 changed files with 3 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ object AppConfigInfo {
var netMode: Int = 3
// 角色
var role: Int = AppIdentityModeUtils.getMisChannelCode(FunctionBuildConfig.appIdentityMode)
var role: Int = 0
// 是否可以网络连接
var isConnectNet: Boolean = false