{ "easycom": { "autoscan": true, "custom": { "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue" } }, "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/todo/index", "style": { "navigationBarTitleText": "待办", "enablePullDownRefresh": false } }, { "path": "pages/message/index", "style": { "navigationBarTitleText": "消息", "enablePullDownRefresh": false } }, { "path": "pages/mine/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/approval/detail", "style": { "navigationBarTitleText": "审批详情" } }, { "path": "pages/message/detail", "style": { "navigationBarTitleText": "消息详情" } }, { "path": "pages/mine/password", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/mine/about", "style": { "navigationBarTitleText": "关于" } }, { "path": "pages/mine/server", "style": { "navigationBarTitleText": "服务器设置" } }, { "path": "pages/mine/privacy", "style": { "navigationBarTitleText": "隐私政策" } }, { "path": "pages/s8/dashboard", "style": { "navigationBarTitleText": "异常工作台", "enablePullDownRefresh": true } }, { "path": "pages/s8/list", "style": { "navigationBarTitleText": "异常列表", "enablePullDownRefresh": true } }, { "path": "pages/s8/detail", "style": { "navigationBarTitleText": "异常详情" } }, { "path": "pages/kanban/index", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/query/stock", "style": { "navigationBarTitleText": "库存查询", "enablePullDownRefresh": true } }, { "path": "pages/query/workorder", "style": { "navigationBarTitleText": "工单进度", "enablePullDownRefresh": true } }, { "path": "pages/query/delivery", "style": { "navigationBarTitleText": "订单交付", "enablePullDownRefresh": true } }, { "path": "pages/query/fqc", "style": { "navigationBarTitleText": "成品检验", "enablePullDownRefresh": true } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "Ai-DOP", "navigationBarBackgroundColor": "#2F3A52", "backgroundColor": "#F5F6F8" }, "tabBar": { "color": "#909399", "selectedColor": "#2F3A52", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tab/home.png", "selectedIconPath": "static/tab/home-active.png" }, { "pagePath": "pages/todo/index", "text": "待办", "iconPath": "static/tab/todo.png", "selectedIconPath": "static/tab/todo-active.png" }, { "pagePath": "pages/message/index", "text": "消息", "iconPath": "static/tab/message.png", "selectedIconPath": "static/tab/message-active.png" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "static/tab/mine.png", "selectedIconPath": "static/tab/mine-active.png" } ] } }