获取完整路由路径
List<String> getFullRoutePath() { return _routeStack.map((route) => route.routeAddress).toList(); }