车间能级提升-智能设备管理系统
zhuguifei
2025-04-23 1dc84e14accf77681279e63fbba188770bfc8b40
eims-ui-mobile/src/pages.json
@@ -67,6 +67,7 @@
      "path": "pages/equ/equ-list",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "设备列表"
      }
@@ -91,6 +92,7 @@
    {
      "path": "pages/inspect/insp-record",
      "type": "page",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "点检记录",
        "navigationStyle": "custom",
@@ -101,6 +103,7 @@
      "path": "pages/inspect/insp-st",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "点检汇总"
      }
@@ -114,17 +117,39 @@
      }
    },
    {
      "path": "pages/maint/maint-order",
      "type": "page",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "保养工单",
        "navigationStyle": "custom",
        "navigationBarBackgroundColor": "#4D80F0"
      }
    },
    {
      "path": "pages/maint/maint-st",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "保养汇总"
      }
    },
    {
      "path": "pages/maint/order-detail",
      "type": "page",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "工单明细",
        "navigationStyle": "custom",
        "navigationBarBackgroundColor": "#4D80F0"
      }
    },
    {
      "path": "pages/my/index",
      "type": "page",
      "layout": "tabbar",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "我的"
      }
@@ -133,6 +158,7 @@
      "path": "pages/spare/index",
      "type": "page",
      "layout": "tabbar",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "spare"
      }