123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "企业数字应用平台"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ],
- "subPackages": [{
- "root": "subPackages",
- "pages": [{
- "path": "equipment/condition",
- "style": {
- "navigationBarTitleText": "设备运行情况"
- }
- }, {
- "path": "equipment/run",
- "style": {
- "navigationBarTitleText": "设备运行情况"
- }
- },
- {
- "path": "equipment/single",
- "style": {
- "navigationBarTitleText": "单一设备"
- }
- },
- {
- "path": "equipment/detail",
- "style": {
- "navigationBarTitleText": "设备详情"
- }
- },
- {
- "path": "fault/index",
- "style": {
- "navigationBarTitleText": "故障处理"
- }
- },
- {
- "path": "shutdown/index",
- "style": {
- "navigationBarTitleText": "停机维护"
- }
- },
- {
- "path": "repair/index",
- "style": {
- "navigationBarTitleText": "设备报修"
- }
- },
- {
- "path": "repair/add",
- "style": {
- "navigationBarTitleText": "新增报修"
- }
- },
- {
- "path": "repair/detail",
- "style": {
- "navigationBarTitleText": "报修详情"
- }
- },
- {
- "path": "repair/service",
- "style": {
- "navigationBarTitleText": "设备维修"
- }
- },
- {
- "path": "repair/finish",
- "style": {
- "navigationBarTitleText": "完工"
- }
- },
- {
- "path": "mould/index",
- "style": {
- "navigationBarTitleText": "换模换产"
- }
- },
- {
- "path": "mould/edit",
- "style": {
- "navigationBarTitleText": "换模"
- }
- },
- {
- "path": "work/index",
- "style": {
- "navigationBarTitleText": "上下班"
- }
- },
- {
- "path": "work/add",
- "style": {
- "navigationBarTitleText": "新增上班信息"
- }
- },
- {
- "path": "work/qrcode",
- "style": {
- "navigationBarTitleText": "扫码"
- }
- },
- {
- "path": "work/executableworkorder",
- "style": {
- "navigationBarTitleText": "可执行工单"
- }
- },
- {
- "path": "work/workorder",
- "style": {
- "navigationBarTitleText": "工单执行"
- }
- },
- {
- "path": "work/workreport",
- "style": {
- "navigationBarTitleText": "报工"
- }
- },
- {
- "path": "sawing/index",
- "style": {
- "navigationBarTitleText": "锯断数据"
- }
- },
- {
- "path": "sawing/add",
- "style": {
- "navigationBarTitleText": "新增锯断数据"
- }
- },
- {
- "path": "workorder/index",
- "style": {
- "navigationBarTitleText": "工单管理"
- }
- },
- {
- "path": "workorder/details",
- "style": {
- "navigationBarTitleText": "工单管理"
- }
- },
- {
- "path": "qualityinspection/index",
- "style": {
- "navigationBarTitleText": "产品质检"
- }
- },
- {
- "path": "qualityinspection/details",
- "style": {
- "navigationBarTitleText": "产品质检"
- }
- }
- ,{
- "path" : "manualdeclaration/index",
- "style" :
- {
- "navigationBarTitleText": "手动报单",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- }],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#43adfd",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/ic_tab_home.png",
- "selectedIconPath": "static/ic_tab_home_selected.png",
- "text": "首页"
- }, {
- "pagePath": "pages/mine/index",
- "iconPath": "static/ic_tab_mine.png",
- "selectedIconPath": "static/ic_tab_mine_selected.png",
- "text": "我的"
- }]
- }
- }
|