导出导航历史
List<Map<String, dynamic>> exportNavigationHistory() { return _routeStack.map((route) => route.toJson()).toList(); }