Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

currentPage

  • currentPage(): string
  • 获取当前顶层页面的页面路由地址

    Returns string

    当前路由 如 main/index/index

currentPageAsync

  • 异步获取当前顶层页面的页面路由地址 Taro3页面跳转后不会立即获得当前页面的路由地址 如果你需要在页面跳转后获得地址,建议用此异步函数获取

    Returns CurrentPageTask