合成照相馆小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
photo_uniapp/pages.json

172 lines
3.5 KiB

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "%app.name%",
"navigationStyle": "custom"
}
}, {
"path": "pages/user/index",
"style": {
"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"
}
}
],
"subPackages": [{
"root": "pagesA",
"pages": [{
"path": "photo/photo_1",
"style": {
"navigationBarTitleText": "AI写真",
"navigationStyle": "custom",
"enablePullDownRefresh":false
}
},
{
"path": "photo/photo_2",
"style": {
"navigationBarTitleText": "AI写真",
"navigationStyle": "custom"
}
},
{
"path": "photo/face",
"style": {
"navigationBarTitleText": "上传照片",
"navigationStyle": "custom"
}
},
{
"path": "photo/cartoon_1",
"style": {
"navigationBarTitleText": "卡通画风",
"navigationStyle": "custom"
}
},
{
"path": "photo/cartoon_2",
"style": {
"navigationBarTitleText": "卡通画风",
"navigationStyle": "custom"
}
},
{
"path": "photo/cartoon_3",
"style": {
"navigationBarTitleText": "卡通画风",
"navigationStyle": "custom"
}
},
{
"path": "photo/cartoon_4",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path" : "color/index",
"style" :
{
"navigationBarTitleText" : "证件照换底色",
"navigationStyle": "custom"
}
},
{
"path" : "merge/index",
"style" :
{
"navigationBarTitleText" : "证件照合成",
"navigationStyle": "custom"
}
},
{
"path" : "merge/face_1",
"style" :
{
"navigationBarTitleText" : "上传图片",
"navigationStyle": "custom"
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "%app.name%",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#AFB1DB",
"selectedColor": "#7A74F0",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/img/common/home.png",
"selectedIconPath": "static/img/common/home_HL.png",
"text": "%tabbar.home%"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/img/common/user.png",
"selectedIconPath": "static/img/common/user_HL.png",
"text": "%tabbar.user%"
}
]
},
"uniIdRouter": {}
}