Merge remote-tracking branch 'origin/dev_nonearth' into dev_cyp

This commit is contained in:
CaiYanPeng 2021-12-29 14:51:27 +08:00
commit be731c471b

View File

@ -162,7 +162,7 @@ public static class App
#endregion
//记录当前集合
public static MapRouteAreaItem currentArea = null;
internal static Dictionary<int,string> RouteNameDict = new Dictionary<int, string>();
public static List<MapRoute> RouteList = new List<MapRoute>();
public static bool _currentPageIsHome = false;
public static event EventHandler isHomeChanged;
public static bool currentPageIsHome