文件最后提交记录最后更新时间
!841 901适配 * 901适配 http/tabs/toolbar] * 修改格式 * pack.json文件格式化 * 901工程适配 3 年前
!913 修改README * update readme 3 年前
added english version of JsRouter readme Signed-off-by: wusongqing <wusongqing@huawei.com> 4 年前
!966 README整改 * update README_zh.md 3 年前
!607 工程适配以及一些README里边的格式调整 * [style]:[修改JsSvg码多出空行问题] * [fix|chore]:[工程适配以及README格式修改] * Merge branch 'master' of gitee.com:liuyuhang12/app_samples * [chore]:[工程适配API7到API8适配] * Merge branch 'master' of gitee.com:liuyuhang12/app_samples * [fix]:[屏幕截图README里边ets应改为eTS] * 删掉不需要上传的文件 * 解决冲突 * [fix]:[修改测试出的问题] * [chore]:[工程适配] 4 年前
!607 工程适配以及一些README里边的格式调整 * [style]:[修改JsSvg码多出空行问题] * [fix|chore]:[工程适配以及README格式修改] * Merge branch 'master' of gitee.com:liuyuhang12/app_samples * [chore]:[工程适配API7到API8适配] * Merge branch 'master' of gitee.com:liuyuhang12/app_samples * [fix]:[屏幕截图README里边ets应改为eTS] * 删掉不需要上传的文件 * 解决冲突 * [fix]:[修改测试出的问题] * [chore]:[工程适配] 4 年前
!841 901适配 * 901适配 http/tabs/toolbar] * 修改格式 * pack.json文件格式化 * 901工程适配 3 年前
README.md

Page Routing

Introduction

This sample shows how to use the router API to implement page redirection and pass parameters during page redirection.

Usage

Click the text link on the page. The specified page is displayed.

Constraints

The router API can be invoked only after page rendering is complete. Do not call the API in onInit and onReady when the page is still in the rendering phase.

This sample can only be run on standard-system devices.