| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- {
- "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": ""
- }
- },
- {
- "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/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": {}
- }
|