app.json 2.83 KB
{
    "pages": [
        "pages/login/index",
        "pages/tour/point/index",
        "pages/tour/titem/index",
        "pages/home/index",
        "pages/tour/list/index",
        "pages/tour/gate/index",
        "pages/tour/webview/index",
        "pages/tour/index/index",
        "pages/index/index",
        "pages/me/index",
        "pages/editPwd/editPwd"
    ],
    "subPackages": [
        {
            "root": "pages/zong",
            "name": "zong",
            "pages": [
                "basic/index",
                "condition/index",
                "contrast/index",
                "entry-rate/index",
                "holiday-comparison/index",
                "ranking/index",
                "selectFollr/index",
                "selectGate/index",
                "selectMall/index",
                "selectZone/index",
                "sequential/index",
                "timeTravel/index"
            ]
        }
    ],
    "window": {
        "backgroundTextStyle": "light",
        "navigationBarBackgroundColor": "#fff",
        "navigationBarTitleText": "Weixin",
        "navigationBarTextStyle": "black",
        "navigationStyle": "custom"
    },
    "tabBar": {
        "color": "#8181A5",
        "selectedColor": "#0069FF",
        "borderStyle": "black",
        "backgroundColor": "#ffffff",
        "list": [
            {
                "pagePath": "pages/index/index",
                "iconPath": "images/home.png",
                "selectedIconPath": "images/home-b.png",
                "text": "首页"
            },
            {
                "pagePath": "pages/home/index",
                "iconPath": "images/cong.png",
                "selectedIconPath": "images/cong-b.png",
                "text": "工作台"
            },
            {
                "pagePath": "pages/me/index",
                "iconPath": "images/me.png",
                "selectedIconPath": "images/me-b.png",
                "text": "我的"
            }
        ]
    },
    "useExtendedLib": {
        "weui": true
    },
    "usingComponents": {
        "navbar2": "/components/navbar2/index",
        "malllist": "/components/mallList/index",
        "van-icon": "@vant/weapp/icon/index",
        "arrow": "/components/arrow/index",
        "van-tab": "@vant/weapp/tab/index",
        "van-tabs": "@vant/weapp/tabs/index",
        "van-row": "@vant/weapp/row/index",
        "van-col": "@vant/weapp/col/index",
        "van-cell": "@vant/weapp/cell/index",
        "van-collapse": "@vant/weapp/collapse/index",
        "van-collapse-item": "@vant/weapp/collapse-item/index",
        "van-empty": "@vant/weapp/empty/index",
        "van-button": "@vant/weapp/button/index",
        "van-divider": "@vant/weapp/divider/index",
        "van-field": "@vant/weapp/field/index"
    },
    "lazyCodeLoading": "requiredComponents",
    "sitemapLocation": "sitemap.json"
}