张晓波
2023-12-11 32dd97cec5855a4d014a3286e0e7be8beb6dde51
web/src/router/index.js
@@ -15,6 +15,22 @@
    }
  },
  {
    path: '/mixing/*',
    name: 'mixing',
    meta: {
      title: '拌和站大屏'
    },
    component: () => import('../views/MixingInfo/mixing.vue'),
  },
  {
    path: '/mixratio/*',
    name: 'mixratio',
    meta: {
      title: '配和站大屏'
    },
    component: () => import('../views/MixingInfo/mixRatio.vue'),
  },
  {
    path: `/mixingInfo/num=1`,
    name: 'mixingInfo',
    meta: {