liukangdong
2024-12-12 b3059e1a596b4fb05a708f3c3ac0ff3bc369d06b
screen/src/router/index.js
@@ -10,6 +10,9 @@
    {
      path: '/PlatformCall', // 月台叫号大屏
      name: 'PlatformCall',
      meta: {
        title: '安泰物流月台叫号大屏'
      },
      component: () => import('../views/PlatformCall.vue')
    },
    {
@@ -65,7 +68,7 @@
router.beforeEach((to, from, next) => {
   window.document.title = to.meta.title
  window.document.title = to.meta.title
  next()
})