mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2026-04-22 22:57:15 +08:00
33 lines
698 B
JSON
33 lines
698 B
JSON
// 请将pages里的数据手动合并到根目录下pages.json中
|
|
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/system/log/sms/index",
|
|
"style": {
|
|
"navigationBarTitleText": "系统短信日志",
|
|
"enablePullDownRefresh": true,
|
|
"onReachBottomDistance": 100
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/system/log/sms/details",
|
|
"style": {
|
|
"navigationBarTitleText": "系统短信日志详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/system/log/sms/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑系统短信日志"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/system/log/sms/search",
|
|
"style": {
|
|
"navigationBarTitleText": "搜索系统短信日志"
|
|
}
|
|
}
|
|
]
|
|
}
|