buddhism/pages.json

135 lines
2.9 KiB
JSON
Raw Normal View History

2024-01-23 19:15:52 +08:00
{
2023-12-05 16:45:28 +08:00
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2024-03-25 19:46:07 +08:00
"lazyCodeLoading": "requiredComponents",
2024-01-23 19:15:52 +08:00
"pages": [{
2025-07-28 10:53:56 +08:00
"path": "pages/nearbystores/index",
2024-03-25 19:46:07 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2025-07-28 10:53:56 +08:00
},{
"path": "pages/index/index",
2024-03-25 19:46:07 +08:00
"style": {
2025-07-28 10:53:56 +08:00
"navigationBarTitleText": "首页",
2024-01-24 11:55:35 +08:00
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3996FD",
"navigationBarTextStyle": "#FFFFFF",
"navigationStyle": "custom"
2024-01-10 22:27:43 +08:00
}
2025-07-28 10:53:56 +08:00
},{
"path": "pages/login/login",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2025-07-28 10:53:56 +08:00
},{
"path": "pages/my",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2025-07-28 10:53:56 +08:00
},{
"path": "pages/tj",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2025-07-28 10:53:56 +08:00
},{
"path": "pages/myorder/index",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2025-07-28 10:53:56 +08:00
},{
"path": "pages/myorder/returned/index",
2024-03-25 19:46:07 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
2024-03-13 10:54:22 +08:00
"navigationStyle": "custom"
}
2025-07-28 17:52:29 +08:00
},{
"path": "pages/institutionalStructure/institutionalStructure",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2025-07-29 11:07:32 +08:00
},
{
"path" : "pages/walkInto/walkInto",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2025-07-29 15:14:31 +08:00
},
{
"path" : "pages/Monk/Monk",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2023-11-27 09:57:03 +08:00
}
],
2024-01-23 19:15:52 +08:00
2025-07-28 10:53:56 +08:00
"subPackages": [
2024-01-23 19:15:52 +08:00
2025-07-28 10:53:56 +08:00
{
"root": "page_user",
"pages": [
{
"path": "upload",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
]
}
],
2024-01-24 11:55:35 +08:00
"tabBar": {
2025-07-28 10:53:56 +08:00
"custom": false,
"color": "#7C7C7C",
"selectedColor": "#48893B",
2024-01-24 11:55:35 +08:00
"borderStyle": "white",
2025-07-28 10:53:56 +08:00
"backgroundColor": "#ffffff",
2024-01-24 11:55:35 +08:00
"list": [{
2025-07-28 10:53:56 +08:00
"selectedIconPath": "/static/tabbar/oneactive.png",
"iconPath": "/static/tabbar/one.png",
2024-01-24 11:55:35 +08:00
"pagePath": "pages/index/index",
2025-07-28 10:53:56 +08:00
"text": "预约"
2024-01-24 11:55:35 +08:00
},
{
2025-07-28 10:53:56 +08:00
"selectedIconPath": "/static/tabbar/twoactive.png",
"iconPath": "/static/tabbar/two.png",
2024-01-24 11:55:35 +08:00
"pagePath": "pages/tj",
2025-07-28 10:53:56 +08:00
"text": "订单"
2024-01-24 11:55:35 +08:00
}, {
2025-07-28 10:53:56 +08:00
"selectedIconPath": "/static/tabbar/thractive.png",
"iconPath": "/static/tabbar/thr.png",
2024-01-24 11:55:35 +08:00
"pagePath": "pages/my",
"text": "我的"
}
]
},
2023-11-27 09:57:03 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
2023-12-05 16:45:28 +08:00
2023-12-06 16:56:25 +08:00
2024-01-23 19:15:52 +08:00
}