Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 372 Bytes

multiple-router.md

File metadata and controls

12 lines (9 loc) · 372 Bytes

多路由文件功能

多路由功能可以完全的自定义路由,只需要先引入 modules/utils/router.js 文件即可。

定义的文件名命名规范为:*.router.js

返回的数据要求是一个路由列表,参考:

example/multiple-router/pages.router.js
example/multiple-router/single.router.js
example/multiple-router/testing.router.js