odc.xiaohui
2023-04-07 f693c859cdaf607c2a146ef89a7a2ce0d9476d1a
miniprogram/app.json
@@ -41,7 +41,19 @@
        "van-notify": "@vant/weapp/notify/index",
        "van-toast": "@vant/weapp/toast/index",
        "van-checkbox": "@vant/weapp/checkbox/index",
        "van-checkbox-group": "@vant/weapp/checkbox-group/index"
        "van-checkbox-group": "@vant/weapp/checkbox-group/index",
        "van-field": "@vant/weapp/field/index",
        "van-picker": "@vant/weapp/picker/index",
        "van-tab": "@vant/weapp/tab/index",
        "van-tabs": "@vant/weapp/tabs/index",
        "van-uploader": "@vant/weapp/uploader/index",
        "van-notice-bar": "@vant/weapp/notice-bar/index",
        "van-overlay": "@vant/weapp/overlay/index",
        "van-image": "@vant/weapp/image/index",
        "van-dialog": "@vant/weapp/dialog/index",
        "van-swipe-cell": "@vant/weapp/swipe-cell/index",
        "van-action-sheet": "@vant/weapp/action-sheet/index"
    },
    "window": {
        "backgroundTextStyle": "light",
@@ -49,5 +61,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"
}