MrShi
19 小时以前 e1281f6933755e07c7fb4b5bd8e8027cfb780e94
screen/src/router/index.js
@@ -5,8 +5,12 @@
  routes: [
    {
      path: '/',
      component: () => import('../views/EnergyConsum.vue')
    },
      meta: {
        title: '钥匙柜数据看板'
      },
      component: () => import('../views/KeyCabinet.vue')
    }
    ,
    {
      path: '/PlatformCall', // 月台叫号大屏
      name: 'PlatformCall',