mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2026-04-22 22:57:15 +08:00
33 lines
670 B
JSON
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": "搜索用户协议"
|
|
}
|
|
}
|
|
]
|
|
}
|