|
@@ -249,18 +249,12 @@ public class LoginPanel : BaseUI
|
|
|
|
|
|
private void OnClickLogin()
|
|
|
{
|
|
|
-
|
|
|
- m_PasswordStr = "123456Aa";
|
|
|
-
|
|
|
-
|
|
|
- m_AccountStr = "666666@qq.com";
|
|
|
-
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+#if UNITY_EDITOR
|
|
|
+ m_AccountStr = "Blue@163.com";
|
|
|
+ m_PasswordStr = "123456Aa";
|
|
|
+#endif
|
|
|
|
|
|
-
|
|
|
-
|
|
|
if (string.IsNullOrWhiteSpace(m_AccountStr))
|
|
|
{
|
|
|
|