jiangping
2025-01-07 b0c4a1ff9d2df09c137807e9c38c43bf9a097237
screen/src/router/index.js
@@ -10,6 +10,9 @@
    {
      path: '/PlatformCall', // 月台叫号大屏
      name: 'PlatformCall',
      meta: {
        title: '安泰物流月台叫号大屏'
      },
      component: () => import('../views/PlatformCall.vue')
    },
    {
@@ -40,7 +43,7 @@
      path: '/LogisticsCenter', //全省物流在途-物流中心
      name: 'LogisticsCenter',
      meta: {
        title: '全省物流在途'
        title: '安徽中烟成品集控大屏'
      },
      component: () => import('../views/LogisticsCenter.vue')
    },
@@ -65,7 +68,7 @@
router.beforeEach((to, from, next) => {
   window.document.title = to.meta.title
  window.document.title = to.meta.title
  next()
})