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

@ -6,21 +6,17 @@
"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" "navigationStyle": "custom"
} }
} }, {
,{
"path": "pages/user/setting/index", "path": "pages/user/setting/index",
"style" : "style": {
{
"navigationBarTitleText": "%pages.user.setting.index.setLang%", "navigationBarTitleText": "%pages.user.setting.index.setLang%",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
@ -28,54 +24,47 @@
}, },
{ {
"path": "pages/user/account/index", "path": "pages/user/account/index",
"style" : "style": {
{
"navigationBarTitleText": "账户设置", "navigationBarTitleText": "账户设置",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/web/index", "path": "pages/web/index",
"style" : "style": {
{
"navigationBarTitleText": "外部页面", "navigationBarTitleText": "外部页面",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/web/video", "path": "pages/web/video",
"style" : "style": {
{
"navigationBarTitleText": "视频", "navigationBarTitleText": "视频",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/user/archives/detail", "path": "pages/user/archives/detail",
"style" : "style": {
{
"navigationBarTitleText": "面部档案" "navigationBarTitleText": "面部档案"
} }
}, },
{ {
"path": "pages/user/photo/detail", "path": "pages/user/photo/detail",
"style" : "style": {
{
"navigationBarTitleText": "照片详情" "navigationBarTitleText": "照片详情"
} }
}, },
{ {
"path": "pages/user/account/logout", "path": "pages/user/account/logout",
"style" : "style": {
{
"navigationBarTitleText": "注销账号", "navigationBarTitleText": "注销账号",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
} }
], ],
"subPackages": [ "subPackages": [{
{
"root": "pagesA", "root": "pagesA",
"pages": [{ "pages": [{
"path": "photo/photo_1", "path": "photo/photo_1",
@ -90,12 +79,18 @@
"navigationBarTitleText": "AI写真", "navigationBarTitleText": "AI写真",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},
{
"path": "photo/face",
"style": {
"navigationBarTitleText": "上传照片",
"navigationStyle": "custom"
}
} }
] ]
} }],
],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "%app.name%", "navigationBarTitleText": "%app.name%",

Loading…
Cancel
Save