|
@@ -46,30 +46,36 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|
// ===============大屏
|
|
// ===============大屏
|
|
{
|
|
{
|
|
path: "/taskScreen",
|
|
path: "/taskScreen",
|
|
|
|
+ meta: { hidden: true },
|
|
component: () =>
|
|
component: () =>
|
|
import("@/views/report/statistics/screens/tasks/index.vue"),
|
|
import("@/views/report/statistics/screens/tasks/index.vue"),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "/capacityScreen",
|
|
path: "/capacityScreen",
|
|
|
|
+ meta: { hidden: true },
|
|
component: () =>
|
|
component: () =>
|
|
import("@/views/report/statistics/screens/capacity/index.vue"),
|
|
import("@/views/report/statistics/screens/capacity/index.vue"),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "/qualityScreen",
|
|
path: "/qualityScreen",
|
|
|
|
+ meta: { hidden: true },
|
|
component: () =>
|
|
component: () =>
|
|
import("@/views/report/statistics/screens/quality/index.vue"),
|
|
import("@/views/report/statistics/screens/quality/index.vue"),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "/lineScreen",
|
|
path: "/lineScreen",
|
|
|
|
+ meta: { hidden: true },
|
|
component: () => import("@/views/report/statistics/screens/line/index.vue"),
|
|
component: () => import("@/views/report/statistics/screens/line/index.vue"),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "/line3DScreen",
|
|
path: "/line3DScreen",
|
|
|
|
+ meta: { hidden: true },
|
|
component: () =>
|
|
component: () =>
|
|
import("@/views/report/statistics/screens/line3D/index.vue"),
|
|
import("@/views/report/statistics/screens/line3D/index.vue"),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "/repertoryStatistic",
|
|
path: "/repertoryStatistic",
|
|
|
|
+ meta: { hidden: true },
|
|
component: () =>
|
|
component: () =>
|
|
import("@/views/report/statistics/screens/repertoryStatistic/index.vue"),
|
|
import("@/views/report/statistics/screens/repertoryStatistic/index.vue"),
|
|
},
|
|
},
|