|
@@ -285,10 +285,10 @@ public class LoginPanel : BaseUI
|
|
|
{
|
|
|
#if UNITY_EDITOR
|
|
|
m_AccountStr = "4444@qq.com";
|
|
|
- m_AccountStr = "jiajun.hu@ghz-tech.com";
|
|
|
-
|
|
|
+
|
|
|
+ m_AccountStr = "1768147286@qq.com";
|
|
|
|
|
|
- m_AccountStr = "advtest1@1.com";
|
|
|
+
|
|
|
#endif
|
|
|
|
|
|
if (string.IsNullOrWhiteSpace(m_AccountStr))
|
|
@@ -328,7 +328,7 @@ public class LoginPanel : BaseUI
|
|
|
if(DeviceType.type =="Phone")
|
|
|
sendLogin.device = "android";
|
|
|
else
|
|
|
- sendLogin.device = "android";
|
|
|
+ sendLogin.device = "glasses";
|
|
|
|
|
|
UserInfo.Instance.Account = m_AccountStr;
|
|
|
UserInfo.Instance.Password = m_PasswordStr;
|