Files
x_admin/x_admin_app/pages/user/protocol/pages.json
T

33 lines
670 B
JSON

// 请将pages里的数据手动合并到根目录下pages.json中
{
"pages": [
{
"path": "pages/user/protocol/index",
"style": {
"navigationBarTitleText": "用户协议",
"enablePullDownRefresh": true,
"onReachBottomDistance": 100
}
},
{
"path": "pages/user/protocol/details",
"style": {
"navigationBarTitleText": "用户协议详情",
"enablePullDownRefresh": true
}
},
{
"path": "pages/user/protocol/edit",
"style": {
"navigationBarTitleText": "编辑用户协议"
}
},
{
"path": "pages/user/protocol/search",
"style": {
"navigationBarTitleText": "搜索用户协议"
}
}
]
}