buddhism/pages.json
2025-08-15 17:36:39 +08:00

276 lines
5.6 KiB
JSON

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"lazyCodeLoading": "requiredComponents",
"entryPagePath": "pages/nearbystores/index",
"pages": [
{
"path": "pages/nearbystores/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#3996FD",
"navigationBarTextStyle": "#FFFFFF",
"navigationStyle": "custom"
}
},
{
"path": "pages/my",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tj",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/myorder/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/myorder/returned/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/institutionalStructure/institutionalStructure",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/walkInto/walkInto",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/monk/monk",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/monk/monkDetail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/future/future",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/article/article-detail",
"style": {
"navigationBarTitleText": "文章详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/institutionalStructure/donationRecord",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/basePage/basePage",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/basePage/basePagePicture",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/activity/activity",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/activity/activityDetail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/pray/pray",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/pray/praySuccess",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ancient/ancient",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/abbot/abbot",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/memorial/memorial",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/memorial/memorialHall",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
}
},
{
"path": "pages/memorial/enshrinedList",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/memorial/deceasedSearch",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ancient/ancientTourById",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/activity/application",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/activity/appointmentSuccess",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/activity/reservationVegetarianMeals",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/activity/ReservationSuccess",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/activity/myReservation",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/personalCenter/personalCenter",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/personalCenter/myAppointment",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/basePage/test",
"style" :
{
"navigationStyle": "custom"
}
}
],
"subPackages": [
{
"root": "page_user",
"pages": [
{
"path": "upload",
"style": {
"navigationBarTitleText": "上传",
"navigationStyle": "custom"
}
}
]
}
],
"tabBar": {
"custom": false,
"color": "#7C7C7C",
"selectedColor": "#48893B",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"selectedIconPath": "/static/tabbar/oneactive.png",
"iconPath": "/static/tabbar/one.png",
"pagePath": "pages/index/index",
"text": "预约"
},
{
"selectedIconPath": "/static/tabbar/twoactive.png",
"iconPath": "/static/tabbar/two.png",
"pagePath": "pages/tj",
"text": "订单"
},
{
"selectedIconPath": "/static/tabbar/thractive.png",
"iconPath": "/static/tabbar/thr.png",
"pagePath": "pages/my",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}