pages.json页面的精简

This commit is contained in:
minimaxagent1 2025-08-08 09:36:28 +08:00
parent 61bf588359
commit 319d48ec2f

View File

@ -4,25 +4,23 @@
},
"lazyCodeLoading": "requiredComponents",
"entryPagePath": "pages/nearbystores/index",
"pages": [{
"pages": [
{
"path": "pages/nearbystores/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3996FD",
"navigationBarTextStyle": "#FFFFFF",
"navigationStyle": "custom"
@ -31,66 +29,54 @@
{
"path": "pages/my",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/tj",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/myorder/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/myorder/returned/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/institutionalStructure/institutionalStructure",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/walkInto/walkInto",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/monk/monk",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/monk/monkDetail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/future/future",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
@ -98,109 +84,82 @@
"path": "pages/article/article-detail",
"style": {
"navigationBarTitleText": "文章详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/institutionalStructure/donationRecord",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/basePage/basePage",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/basePage/basePagePicture",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"path": "pages/basePage/basePagePicture",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/activity/activity",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"path": "pages/activity/activity",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/activity/activityDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"path": "pages/activity/activityDetail",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/pray/pray",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false,
"path": "pages/pray/pray",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/pray/praySuccess",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false,
"path": "pages/pray/praySuccess",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/ancient/ancient",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false,
"path": "pages/ancient/ancient",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/abbot/abbot",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false,
"path": "pages/abbot/abbot",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/memorial/memorial",
"style" :
{
"navigationBarTitleText" : ""
"path": "pages/memorial/memorial",
"style": {
"navigationStyle": "custom"
}
}
],
"subPackages": [
{
"root": "page_user",
"pages": [{
"path": "upload",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
"pages": [
{
"path": "upload",
"style": {
"navigationBarTitleText": "上传",
"navigationStyle": "custom"
}
}
}]
]
}
],
"tabBar": {
@ -209,7 +168,8 @@
"selectedColor": "#48893B",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"list": [
{
"selectedIconPath": "/static/tabbar/oneactive.png",
"iconPath": "/static/tabbar/one.png",
"pagePath": "pages/index/index",
@ -220,7 +180,8 @@
"iconPath": "/static/tabbar/two.png",
"pagePath": "pages/tj",
"text": "订单"
}, {
},
{
"selectedIconPath": "/static/tabbar/thractive.png",
"iconPath": "/static/tabbar/thr.png",
"pagePath": "pages/my",
@ -235,6 +196,4 @@
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}