api
路由api
router.goback(n)
n 表示 返回的页数, 默认返回1页
this.router.goback();
router.go(hash)
打开或者说转向制定hash路由的页面
this.router.go('list');
n 表示 返回的页数, 默认返回1页
this.router.goback();
打开或者说转向制定hash路由的页面
this.router.go('list');