{ "easycom": { "autoscan": true, "custom": { "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue" } }, "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/work/index", "style": { "navigationBarTitleText": "工作台" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/mine/profile/index", "style": { "navigationBarTitleText": "个人资料" } }, { "path": "pages/work/user/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/work/log/index", "style": { "navigationBarTitleText": "日志管理" } }, { "path": "pages/work/config/index", "style": { "navigationBarTitleText": "系统配置" } }, { "path": "pages/work/config/edit", "style": { "navigationBarTitleText": "新增修改配置页面" } }, { "path": "pages/work/notice/index", "style": { "navigationBarTitleText": "通知公告" } }, { "path": "pages/work/notice/detail", "style": { "navigationBarTitleText": "通知详情" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "vue-uniapp-template", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#474747", "selectedColor": "#3B8DFF", "backgroundColor": "#F8F8F8", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png" }, { "pagePath": "pages/work/index", "text": "工作台", "iconPath": "static/tabbar/work.png", "selectedIconPath": "static/tabbar/work-active.png" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "static/tabbar/mine.png", "selectedIconPath": "static/tabbar/mine-active.png" } ] } }