叶松
2023-11-15 5ec422151028632341a44a449448ef5e00b33047
web/src/router/index.js
@@ -15,6 +15,14 @@
    }
  },
  {
    path: '/mixingInfo',
    name: 'mixingInfo',
    meta: {
      title: '管片搅合站1'
    },
    component: () => import('../views/MixingInfo/messageInfo.vue'),
  },
  {
    path: '/ScanBear',
    name: 'ScanBear',
    meta: {
@@ -26,7 +34,7 @@
    path: '/scanDetail',
    name: 'scanDetail',
    meta: {
      title: '大型生产设备信息'
      title: '设备信息'
    },
    component: () => import('../views/ScanInfo/ScanDetail.vue'),
  },