Files
AnHanNET-UniAPP/pages.json
T
2023-02-15 17:52:58 +08:00

139 lines
3.7 KiB
JSON

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/loadPage/loadPage",
"style": {
"navigationBarTitleText": "四川安汉网络",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/tabbar/home/home",
"style": {
"navigationBarTitleText": "主页",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path" : "pages/tabbar/videos/videos",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/tabbar/dynamics/dynamics",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/my",
"style": {
"navigationBarTitleText": "uni-app",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/tabbar/messages/messages",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "member",
"pages": [{
"path": "profile/profile",
"style": {
"navigationBarTitleText": "个人资料",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "homepage/homepage",
"style": {
"navigationBarTitleText": "个人主页",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}]
},{
"root": "cpzs",
"pages": []
}
],
"tabBar": {
"list": [{
"pagePath": "pages/tabbar/home/home",
"text": "主页",
"selectedIconPath": "static/tabbar/home_active.png",
"iconPath": "static/tabbar/home.png"
},{
"pagePath": "pages/tabbar/dynamics/dynamics",
"text": "动态",
"selectedIconPath": "static/tabbar/pyq_active.png",
"iconPath": "static/tabbar/pyq.png"
},{
"pagePath": "pages/tabbar/videos/videos",
"text": "视频",
"selectedIconPath": "static/tabbar/videos_active.png",
"iconPath": "static/tabbar/videos.png"
},{
"pagePath": "pages/tabbar/messages/messages",
"text": "消息",
"selectedIconPath": "static/tabbar/message-active.png",
"iconPath": "static/tabbar/message.png"
},
{
"pagePath": "pages/tabbar/my/my",
"text": "我的",
"selectedIconPath": "static/tabbar/my_active.png",
"iconPath": "static/tabbar/my.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "演示",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"renderingMode": "seperated", // 仅微信小程序,webrtc 无法正常时尝试强制关闭同层渲染
"pageOrientation": "portrait", //横屏配置,全局屏幕旋转设置(仅 APP/微信/QQ小程序),支持 auto / portrait / landscape
"rpxCalcMaxDeviceWidth": 960,
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcIncludeWidth": 750,
"scrollIndicator": "none",
"app-plus": {
}
},
"uniIdRouter": {},
"condition": {
"current": 0,
"list": [{
"name": "login",
"path": "pages/login/login"
}]
}
}