| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "ay-toast": "@/components/ay-toast/ay-toast.nvue"
- }
- },
- "pages": [
- {
- "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/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/test-toast/test-toast",
- "style": {
- "navigationBarTitleText": "Toast测试"
- }
- }
- ],
- "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": {}
- }
|