zengh
2021-07-01 198408c04745fba7d9170a1c0a79468334c88740
pages.json
@@ -1,4 +1,7 @@
{
   "easycom": {
      "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/loging/loging",
@@ -9,6 +12,14 @@
            //    "animationType": "fade-in",
            //    "animationDuration": 300
            // }
         }
      },
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "首页",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      },
      {
@@ -286,7 +297,7 @@
      "selectedColor": "#0faeff",
      "backgroundColor": "#ffffff",
      "list": [{
            "pagePath": "pages/index/index",
            "pagePath": "pages/home/home",
            "text": "首页",
            "iconPath": "static/tabbar/index01.png",
            "selectedIconPath": "static/tabbar/index02.png"