Files
files/pages.json
2026-04-15 12:57:04 +08:00

72 lines
1.6 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
,
{
"path": "pages/index/student",
"style": {
"navigationBarTitleText": ""
}
}
,{
"path" : "components/part",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "components/student_write",
"style": {
"navigationBarTitleText": ""
}
}
,{
"path" : "pages/index/voluteer",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "components/index_page",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/index/voluteer_son",
"style": {
"navigationBarTitleText": ""
}
}
,{
"path" : "pages/index/dataprocess",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}