mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
33 lines
714 B
JSON
33 lines
714 B
JSON
// 请将pages里的数据手动合并到根目录下pages.json中
|
|
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/monitor_client/index",
|
|
"style": {
|
|
"navigationBarTitleText": "监控-客户端信息",
|
|
"enablePullDownRefresh": true,
|
|
"onReachBottomDistance": 100
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/monitor_client/details",
|
|
"style": {
|
|
"navigationBarTitleText": "监控-客户端信息详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/monitor_client/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑监控-客户端信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/monitor_client/search",
|
|
"style": {
|
|
"navigationBarTitleText": "搜索监控-客户端信息"
|
|
}
|
|
}
|
|
]
|
|
}
|