From 7661a4e61d27571122fc42ebd8404881034ac96d Mon Sep 17 00:00:00 2001 From: lishuo Date: Wed, 29 Dec 2021 14:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E7=BC=93=E5=AD=98=E7=BA=BF?= =?UTF-8?q?=E8=B7=AF=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/App.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/App.cs b/Assets/Scripts/App.cs index d4320654..e9e00518 100644 --- a/Assets/Scripts/App.cs +++ b/Assets/Scripts/App.cs @@ -161,7 +161,7 @@ public static class App #endregion //记录当前集合 public static MapRouteAreaItem currentArea = null; - internal static Dictionary RouteNameDict = new Dictionary(); + public static List RouteList = new List(); public static bool _currentPageIsHome = false; public static event EventHandler isHomeChanged; public static bool currentPageIsHome