cloudroam
16 小时以前 500078714411487af00161e01bd7e0b5efdc3414
pages.json
@@ -9,10 +9,11 @@
      }
   },
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "影途",
            "navigationBarTitleText": "影游四方",
            "enablePullDownRefresh": true,
            "onReachBottomDistance": 50
         }
@@ -52,7 +53,9 @@
               "path": "film-detail",
               "style": {
                  "navigationBarTitleText": "",
                  "enablePullDownRefresh": true
                  "enablePullDownRefresh": true,
                  "enableShareTimeline": true,
                  "enableShareAppMessage": true
               }
            }
            ,{
@@ -71,7 +74,7 @@
            {
               "path": "index",
               "style": {
                  "navigationBarTitleText": "社区",
                  "navigationBarTitleText": "草原",
                  "enablePullDownRefresh": true
               }
            }
@@ -79,6 +82,25 @@
               "path": "search-page",
               "style": {
                  "navigationBarTitleText": "搜索",
                  "enablePullDownRefresh": true
               }
            }
         ]
      },
      {
         "root": "sub-pages/hot-city",
         "pages": [
            {
               "path": "index",
               "style": {
                  "navigationBarTitleText": "城市",
                  "enablePullDownRefresh": true
               }
            }
            ,{
               "path": "hot-city-detail",
               "style": {
                  "navigationBarTitleText": "城市详情",
                  "enablePullDownRefresh": true
               }
            }
@@ -101,6 +123,13 @@
                  "enablePullDownRefresh": true
               }
            }
            ,{
               "path": "profile-edit",
               "style": {
                  "navigationBarTitleText": "编辑资料",
                  "enablePullDownRefresh": true
               }
            }
         ]
      }
      ,{
@@ -115,10 +144,32 @@
            }
         ]
      }
      ,{
         "root": "sub-pages/hot-spot",
         "pages": [
            {
               "path": "index",
               "style": {
                  "navigationBarTitleText": "场景博物馆",
                  "enablePullDownRefresh": true
               }
            }
            ,{
               "path": "spot-detail",
               "style": {
                  "navigationBarTitleText": "",
                  "enablePullDownRefresh": true,
                  "enableShareTimeline": true,
                  "enableShareAppMessage": true
               }
            }
         ]
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "影途",
      "navigationBarTitleText": "影游四方",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
   },