getFullRoutePath static method

List<String> getFullRoutePath()

获取完整路由路径

Implementation

static List<String> getFullRoutePath() {
  return PageInfoTracker.instance.getFullRoutePath();
}