Browse Source

下载点云地图更换地址

蓝色星空 1 year ago
parent
commit
aacfc6b2c4
2 changed files with 13 additions and 1 deletions
  1. 1 1
      Assets/Scripts/Blue/Service/IPointService.cs
  2. 12 0
      Assets/Scripts/UI/LoginPanel.cs

+ 1 - 1
Assets/Scripts/Blue/Service/IPointService.cs

@@ -44,7 +44,7 @@ public class PointService : IPointService
     public void OnInit()
     {
       //UrlPointCloud = "https://pro.qulivr.com/mr-navigator/v1";
-        UrlPointCloud = "https://api-cs.ghz-tech.com/mr-navigator/v1";
+        UrlPointCloud = "https://api-fat3.ghz-tech.com/mr-navigator/v1";
         UrlObjOfReference = "https://api-fat3.ghz-tech.com/mr-navigator/v1/project/unityReference";
     }
 

+ 12 - 0
Assets/Scripts/UI/LoginPanel.cs

@@ -249,8 +249,20 @@ public class LoginPanel : BaseUI
     /// </summary>
     private void OnClickLogin()
     {
+        
+        if (!File.Exists(Application.persistentDataPath + "/Test.txt"))
+        {
+            m_AccountStr = "yilin.li@ghz-tech.com";
+            m_PasswordStr = "123456Aa";
+            m_AccountStr = "wentan.cai@nfznxr.com"; // 凝元
+            m_AccountStr = "32927527@qq.com"; // YPDJ
+            m_AccountStr = "1004344@qq.com"; // 文创
+        }
+        
 #if UNITY_EDITOR
         m_AccountStr = "jiajun.hu@ghz-tech.com";
+        m_AccountStr = "32927527@qq.com"; // YPDJ
+        m_AccountStr = "1004344@qq.com"; // 文创
         m_AccountStr = "Blue@163.com";
         m_PasswordStr = "123456Aa";
 #endif