feat: pages.json

master
张林 2024-06-04 10:09:34 +08:00
parent 31168af09e
commit 6ce3b83361
1 changed files with 15 additions and 22 deletions

View File

@ -4,31 +4,30 @@
}, },
"pages": [ "pages": [
{ {
"path": "pages/xxsb/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarTitleText": "信息上报" "navigationBarTitleText": ""
// "navigationStyle": "custom" }
},
{
"path": "pages/rain/rain",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
} }
}, },
// {
// "path": "pages/rain/rain",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
// }
// },
{ {
"path": "pages/homeIndex/index", "path": "pages/homeIndex/index",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}, },
// { {
// "path": "pages/xxsb/index", "path": "pages/xxsb/index",
// "style": { "style": {
// "navigationBarTitleText": "信息上报" "navigationBarTitleText": "信息上报"
// } }
// }, },
{ {
"path": "pages/xxsb/from", "path": "pages/xxsb/from",
"style": { "style": {
@ -58,12 +57,6 @@
"style": { "style": {
"navigationBarTitleText": "查看" "navigationBarTitleText": "查看"
} }
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
} }
], ],