odc.xiaohui
2023-04-06 b28a722045219cb35e125f66887152feec9a8771
miniprogram/app.json
@@ -58,5 +58,40 @@
        "navigationBarTitleText": "青羊分局经侦大队",
        "navigationBarTextStyle": "black"
    },
    "tabBar": {
        "list": [{
          "pagePath": "pages/user/index",
          "text": "首页",
          "iconPath": "/image/home.png",
          "selectedIconPath": "/image/home_art.png"
        },{
          "pagePath":  "pages/user/group/index",
          "text": "案件咨询",
          "iconPath":  "/image/center.png",
          "selectedIconPath":  "/image/center_art.png"
        },{
          "pagePath": "pages/manager/myself/index",
          "text": "我的",
          "iconPath":  "/image/user.png",
          "selectedIconPath":  "/image/user_art.png"
        }]
      },
    "sitemapLocation": "sitemap.json"
}