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