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.

252 lines
5.7 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "苏州革命博物馆",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#CF995A",
"enablePullDownRefresh": false
}
},
{
"path": "pages/exhibit/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},{
"path": "pages/exhibit/list",
"style": {
"navigationBarTitleText": "展览",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff"
}
},{
"path": "pages/exhibit/detail",
"style": {
"navigationBarTitleText": "展览",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff"
}
},{
"path": "pages/exhibit/bookdetail",
"style": {
"navigationBarTitleText": "党史书籍",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff"
}
},{
"path": "pages/vr/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},{
"path": "pages/vr/vrpage",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},{
"path": "pages/guide/index",
"style": {
"navigationBarTitleText": "服务",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/visit/index",
"style": {
"navigationBarTitleText": "参观信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/visit/book",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/visit/teambook",
"style": {
"navigationBarTitleText": "团队信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/success/success",
"style": {
"navigationBarTitleText": "填报成功",
"enablePullDownRefresh": false
}
}, {
"path": "pages/mine/recommend",
"style": {
"navigationBarTitleText": "分享预约小程序",
"enablePullDownRefresh": false
}
}
],
"subPackages":[{
"root": "packages",
"pages":[{
"path": "dl/index",
"style": {
"navigationBarTitleText": "展厅导览",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff"
}
}, {
"path": "map/map",
"style": {
"navigationBarTitleText": "展馆导航",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "activity/index",
"style": {
"navigationBarTitleText": "活动列表",
"enablePullDownRefresh": false
}
},{
"path": "activity/info",
"style": {
"navigationBarTitleText": "活动详情",
"enablePullDownRefresh": false
}
}, {
"path": "activity/book",
"style": {
"navigationBarTitleText": "活动预约",
"enablePullDownRefresh": false
}
}, {
"path": "park/index",
"style": {
"navigationBarTitleText": "停车场预约",
"enablePullDownRefresh": false
}
}, {
"path": "park/book",
"style": {
"navigationBarTitleText": "停车场预约",
"enablePullDownRefresh": false
}
},{
"path": "order/visitorder",
"style": {
"navigationBarTitleText": "参观订单",
"enablePullDownRefresh": false
}
}, {
"path": "order/parkorder",
"style": {
"navigationBarTitleText": "车位预约",
"enablePullDownRefresh": false
}
}, {
"path": "order/visitorderinfo",
"style": {
"navigationBarTitleText": "参观信息详情",
"enablePullDownRefresh": false
}
}, {
"path": "order/parkorderinfo",
"style": {
"navigationBarTitleText": "停车场预约",
"enablePullDownRefresh": false
}
}, {
"path": "order/activityorder",
"style": {
"navigationBarTitleText": "活动预约",
"enablePullDownRefresh": false
}
}, {
"path": "order/activityorderinfo",
"style": {
"navigationBarTitleText": "活动预约详情",
"enablePullDownRefresh": false
}
}]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "苏州革命博物馆",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#351C1B",
"selectedColor": "#351C1B",
"backgroundColor": "#fdf9f5",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/img/icon_nav_home.png",
"selectedIconPath": "/static/img/icon_nav_home_on.png"
},
{
"pagePath": "pages/guide/index",
"text": "服务",
"iconPath": "/static/img/icon_nav_service.png",
"selectedIconPath": "/static/img/icon_nav_service_on.png"
},
{
"pagePath": "pages/vr/index",
"text": "vr",
"iconPath": "/static/img/icon_nav_vr.png",
"selectedIconPath": "/static/img/icon_nav_vr.png"
},
{
"pagePath": "pages/exhibit/index",
"text": "展览",
"iconPath": "/static/img/icon_nav_guide.png",
"selectedIconPath": "/static/img/icon_nav_guide_on.png"
},
{
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "/static/img/icon_nav_user.png",
"selectedIconPath": "/static/img/icon_nav_user_on.png"
}
]
}
}