|  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | path: '/PlatformCall', // 月台叫号大屏 | 
|---|
|  |  |  | name: 'PlatformCall', | 
|---|
|  |  |  | meta: { | 
|---|
|  |  |  | title: '安泰物流月台叫号大屏' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | component: () => import('../views/PlatformCall.vue') | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | path: '/SecurityControl',  // 安防管控大屏 - | 
|---|
|  |  |  | name: 'SecurityControl', | 
|---|
|  |  |  | meta: { | 
|---|
|  |  |  | title: '安泰智慧物流园区-安防智能监测' | 
|---|
|  |  |  | title: '安泰智慧物流园区-智能安防监测' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | component: () => import('../views/SecurityControl.vue') | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 
|---|
|  |  |  | path: '/LogisticsCenter', //全省物流在途-物流中心 | 
|---|
|  |  |  | name: 'LogisticsCenter', | 
|---|
|  |  |  | meta: { | 
|---|
|  |  |  | title: '全省物流在途' | 
|---|
|  |  |  | title: '安徽中烟数智成品管控' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | component: () => import('../views/LogisticsCenter.vue') | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | router.beforeEach((to, from, next) => { | 
|---|
|  |  |  | window.document.title = to.meta.title | 
|---|
|  |  |  | window.document.title = to.meta.title | 
|---|
|  |  |  | next() | 
|---|
|  |  |  | }) | 
|---|
|  |  |  |  | 
|---|