Lou
2023-11-01 904e6a53f3e7c8e80f9156727c7be6ab9ad87d92
pages.json
@@ -177,16 +177,22 @@
      "backgroundColor": "#4586FE"
   },
   "tabBar": {
      "custom": true,
      // "custom": true,
      "color": "#AFB8C3",
      "selectedColor": "#5086FA",
      "borderStyle": "white",
      "backgroundColor": "#ffffff",
      "list": [{
            "pagePath": "pages/home/index"
            "pagePath": "pages/home/index",
            "selectedIconPath": "static/img/tabbar-01-selected.png",
            "iconPath": "static/img/tabbar-01-selected.png",
            "text": "首页"
         },
         {
            "pagePath": "pages/user/center"
            "pagePath": "pages/user/center",
            "iconPath": "static/img/tabbar-03.png",
            "selectedIconPath": "static/img/tabbar-03-selected.png",
            "text": "我的"
         }
      ]
   }