SD-20230427NBFT\Administrator 9 months ago
parent 07c0f7b195
commit a8a1df6e48
  1. 191
      pages.json

@ -6,96 +6,91 @@
"navigationBarTitleText": "%app.name%", "navigationBarTitleText": "%app.name%",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
} }, {
,{ "path": "pages/user/index",
"path" : "pages/user/index", "style": {
"style" : "navigationBarTitleText": "%page.user.index.title%",
{
"navigationBarTitleText": "%page.user.index.title%",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/user/setting/index",
"style" :
{
"navigationBarTitleText": "%pages.user.setting.index.setLang%",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/user/account/index",
"style" :
{
"navigationBarTitleText" : "账户设置",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/web/index",
"style" :
{
"navigationBarTitleText" : "外部页面",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/web/video",
"style" :
{
"navigationBarTitleText" : "视频",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/user/archives/detail",
"style" :
{
"navigationBarTitleText" : "面部档案"
}
},
{
"path" : "pages/user/photo/detail",
"style" :
{
"navigationBarTitleText" : "照片详情"
}
},
{
"path" : "pages/user/account/logout",
"style" :
{
"navigationBarTitleText" : "注销账号",
"navigationStyle": "custom" "navigationStyle": "custom"
}
} }
], }, {
"subPackages": [ "path": "pages/user/setting/index",
"style": {
"navigationBarTitleText": "%pages.user.setting.index.setLang%",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/account/index",
"style": {
"navigationBarTitleText": "账户设置",
"enablePullDownRefresh": false
}
},
{
"path": "pages/web/index",
"style": {
"navigationBarTitleText": "外部页面",
"enablePullDownRefresh": false
}
},
{
"path": "pages/web/video",
"style": {
"navigationBarTitleText": "视频",
"enablePullDownRefresh": false
}
},
{ {
"root": "pagesA", "path": "pages/user/archives/detail",
"pages": [{ "style": {
"path": "photo/photo_1", "navigationBarTitleText": "面部档案"
"style": { }
"navigationBarTitleText": "AI写真", },
"navigationStyle": "custom" {
} "path": "pages/user/photo/detail",
}, "style": {
{ "navigationBarTitleText": "照片详情"
"path": "photo/photo_2", }
"style": { },
"navigationBarTitleText": "AI写真", {
"navigationStyle": "custom" "path": "pages/user/account/logout",
} "style": {
} "navigationBarTitleText": "注销账号",
"navigationStyle": "custom"
}
]
} }
], ],
"subPackages": [{
"root": "pagesA",
"pages": [{
"path": "photo/photo_1",
"style": {
"navigationBarTitleText": "AI写真",
"navigationStyle": "custom"
}
},
{
"path": "photo/photo_2",
"style": {
"navigationBarTitleText": "AI写真",
"navigationStyle": "custom"
}
},
{
"path": "photo/face",
"style": {
"navigationBarTitleText": "上传照片",
"navigationStyle": "custom"
}
}
]
}],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "%app.name%", "navigationBarTitleText": "%app.name%",
@ -108,18 +103,18 @@
"borderStyle": "black", "borderStyle": "black",
"backgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF",
"list": [{ "list": [{
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "static/img/common/home.png", "iconPath": "static/img/common/home.png",
"selectedIconPath": "static/img/common/home_HL.png", "selectedIconPath": "static/img/common/home_HL.png",
"text": "%tabbar.home%" "text": "%tabbar.home%"
}, },
{ {
"pagePath": "pages/user/index", "pagePath": "pages/user/index",
"iconPath": "static/img/common/user.png", "iconPath": "static/img/common/user.png",
"selectedIconPath": "static/img/common/user_HL.png", "selectedIconPath": "static/img/common/user_HL.png",
"text": "%tabbar.user%" "text": "%tabbar.user%"
} }
] ]
}, },
"uniIdRouter": {} "uniIdRouter": {}
} }
Loading…
Cancel
Save