diff --git a/Assets/StreamingAssets/IPPort.txt b/Assets/StreamingAssets/IPPort.txt index 8e7c2bee..298829e4 100644 --- a/Assets/StreamingAssets/IPPort.txt +++ b/Assets/StreamingAssets/IPPort.txt @@ -1 +1 @@ -172.20.10.5:48888 \ No newline at end of file +127.0.0.1:48888 \ No newline at end of file diff --git a/Assets/StreamingAssets/confing.txt b/Assets/StreamingAssets/confing.txt index 90dc926e..e56ea71e 100644 --- a/Assets/StreamingAssets/confing.txt +++ b/Assets/StreamingAssets/confing.txt @@ -1 +1 @@ -172.20.10.5 \ No newline at end of file +127.0.0.1 \ No newline at end of file diff --git a/Assets/Temp/Scripts/Main_interface_Panel.cs b/Assets/Temp/Scripts/Main_interface_Panel.cs index d6b94c47..8534826e 100644 --- a/Assets/Temp/Scripts/Main_interface_Panel.cs +++ b/Assets/Temp/Scripts/Main_interface_Panel.cs @@ -1,11 +1,10 @@ -using System; +using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; using XFrame.Core.UI; -using static InterfaceManager; public class Main_interface_Panel : XUIPanel { @@ -25,38 +24,14 @@ public class Main_interface_Panel : XUIPanel fanhui_btn = this.transform.Find("UPBG/Back_bton").GetComponent