|
@@ -34,7 +34,7 @@ const router = new Router({
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "/todayPlan",
|
|
path: "/todayPlan",
|
|
- component: () => import("@/views/plan/todayPlan/todayPlan"),
|
|
|
|
|
|
+ component: () => import("@/views/planView/todayPlan/todayPlan"),
|
|
meta: {
|
|
meta: {
|
|
title: "今日计划",
|
|
title: "今日计划",
|
|
keepAlive: false
|
|
keepAlive: false
|
|
@@ -42,7 +42,7 @@ const router = new Router({
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "/tomorrowPlan",
|
|
path: "/tomorrowPlan",
|
|
- component: () => import("@/views/plan/tomorrowPlan/tomorrowPlan"),
|
|
|
|
|
|
+ component: () => import("@/views/planView/tomorrowPlan/tomorrowPlan"),
|
|
meta: {
|
|
meta: {
|
|
title: "明日计划",
|
|
title: "明日计划",
|
|
keepAlive: false
|
|
keepAlive: false
|
|
@@ -50,7 +50,7 @@ const router = new Router({
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "/InsertionPlan",
|
|
path: "/InsertionPlan",
|
|
- component: () => import("@/views/plan/InsertionPlan/InsertionPlan"),
|
|
|
|
|
|
+ component: () => import("@/views/planView/InsertionPlan/InsertionPlan"),
|
|
meta: {
|
|
meta: {
|
|
title: "插单计划",
|
|
title: "插单计划",
|
|
keepAlive: false
|
|
keepAlive: false
|