大屏总屏静态-未完成
This commit is contained in:
@@ -253,6 +253,15 @@ export const constantRouterMap = [
|
|||||||
requireAuth: true,
|
requireAuth: true,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/bigscreen/viewer/static',
|
||||||
|
component: () => import('@/views/bigscreenDesigner/viewer/static'),
|
||||||
|
hidden: true,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true,
|
||||||
|
keepAlive: true,
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/bigscreen/designer',
|
path: '/bigscreen/designer',
|
||||||
|
|||||||
Reference in New Issue
Block a user