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