浏览代码

fat1--->fat3

蓝色星空 1 年之前
父节点
当前提交
ad706b02f2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Assets/Scripts/Blue/Controller/SavePanel.cs
  2. 1 1
      Assets/Scripts/Blue/Service/IUpOrDownloadService.cs

+ 1 - 1
Assets/Scripts/Blue/Controller/SavePanel.cs

@@ -30,7 +30,7 @@ public class SavePanel : AbstractController
         cancleBtn.onClick.AddListener(Cancle);
     }
 
-    private string URL = "https://api-fat1.ghz-tech.com/mr-navigator/v1/project/createposition";
+    private string URL = "https://api-fat3.ghz-tech.com/mr-navigator/v1/project/createposition";
     private void Save()
     {
         meshTest.transform.parent = parent;

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

@@ -23,7 +23,7 @@ public class UpOrDownloadService : IUpOrDownloadService
 
     public void OnInit()
     {
-        UrlPointCloudPosRot = "https://api-fat1.ghz-tech.com/mr-navigator/v1/project/position";
+        UrlPointCloudPosRot = "https://api-fat3.ghz-tech.com/mr-navigator/v1/project/position";
     }
 
     void IUpOrDownloadService.GetScenePosRot(int projectID)