{ "easycom": { "autoscan": true, "custom": { "ay-toast": "@/components/ay-toast/ay-toast.nvue" } }, "pages": [ // { // "path": "pages/ble-demo/ble-demo", // "style": { // "navigationStyle": "custom", // "navigationBarTitleText": "", // "enablePullDownRefresh": true // } // }, { "path": "pages/device/list/list", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": true } }, { "path": "pages/home/home", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/find/index/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": true } }, { "path": "pages/find/detail/detail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/my/my", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的" } }, { "path": "pages/webview/webview", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/my/info/info", "style": { "navigationBarTitleText": "个人资料" } }, { "path": "pages/my/crop/crop", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/device/search/search", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "app-plus": { "backgroundColor": "#cee7ec" } } }, { "path": "pages/device/detail/detail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/device/deviceInfo/deviceInfo", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "app-plus": { "backgroundColor": "#389588" } } }, { "path": "pages/device/moxibustion/moxibustion", "style": { "navigationBarTitleText": "耗材管理" } }, { "path": "pages/device/mycases/mycases", "style": { "navigationBarTitleText": "我的方案" } }, { "path": "pages/device/userManage/userManage", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "app-plus": { "backgroundColor": "#389588" } } }, { "path": "pages/device/acupointEdit/acupointEdit", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "backgroundColor": "#389588", "app-plus": { "backgroundColor": "#389588", "background": "#389588" } } }, { "path": "pages/device/bodyParams/bodyParams", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "app-plus": { "backgroundColor": "#389588" } } }, { "path": "pages/test-toast/test-toast", "style": { "navigationBarTitleText": "Toast测试" } }, { "path": "pages/my/msg/msg", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": true } }, { "path": "pages/my/version/version", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/my/questions/questions", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/my/questions/quesinfo", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/my/history/history", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": true } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "研年健康", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#9BA5B7", "selectedColor": "#389588", "borderStyle": "white", "backgroundColor": "#ffffff", "height": "56px", "fontSize": "13px", "iconWidth": "24px", "spacing": "4px", "list": [{ "pagePath": "pages/device/list/list", "iconPath": "/static/public/home.png", "selectedIconPath": "/static/public/home1.png", "text": "首页" },{ "pagePath": "pages/home/home", "iconPath": "/static/public/device.png", "selectedIconPath": "/static/public/device1.png", "text": "发现" },{ "pagePath": "pages/find/index/index", "iconPath": "/static/public/find.png", "selectedIconPath": "/static/public/find1.png", "text": "健康" },{ "pagePath": "pages/my/my", "iconPath": "/static/public/my.png", "selectedIconPath": "/static/public/my1.png", "text": "我的" }] }, "uniIdRouter": {} }