...
|
...
|
@@ -8,6 +8,12 @@ |
|
|
},
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path" : "pages/findWonderful/findWonderful",
|
|
|
"style" :
|
|
|
{
|
...
|
...
|
@@ -22,12 +28,7 @@ |
|
|
"navigationBarBackgroundColor": "#000000"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
|
|
|
{
|
|
|
"path":"pages/index/login",
|
|
|
"style":{
|
...
|
...
|
@@ -364,12 +365,12 @@ |
|
|
"pagePath": "pages/findWonderful/findWonderful",
|
|
|
"iconPath": "static/image/Group_672.png",
|
|
|
"selectedIconPath": "static/image/Group_671.png",
|
|
|
"text": "家乡故事"
|
|
|
"text": "问野文化"
|
|
|
},{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"iconPath": "static/image/Frame-1.png",
|
|
|
"selectedIconPath": "static/image/Group_670.png",
|
|
|
"text": "访乡贤"
|
|
|
"text": "问野地图"
|
|
|
},{
|
|
|
"pagePath": "pages/my/my",
|
|
|
"iconPath": "static/image/Frame.png",
|
...
|
...
|
|