UNPKG
weex-eros-template
Version:
latest (1.0.1)
1.0.1
本木前端 weex 集成方案
weex-eros-template
/
template
/
fe
/
src
/
js
/
config
/
pages.js
16 lines
•
424 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
default
{
// 首页
'home'
: {
// 首页的导航显示,隐藏需要手动在 platform.json 里面调用
url
:
'/pages/home/index.js'
, },
'router.test'
: {
// 不设置title自动隐藏导航
title
:
'路由测试页面'
,
url
:
'/pages/home/tab2/components/router/index.js'
, },
'demo'
: {
url
:
'/pages/demo/index.js'
,
title
:
'新闻'
} }