获取页面访问路径
List<String> getNavigationPath() { return _routeStack.map((route) => route.pageName).toList(); }