diff --git a/jero-web/src/config/router.config.js b/jero-web/src/config/router.config.js index 90af5707b..f143de8d3 100644 --- a/jero-web/src/config/router.config.js +++ b/jero-web/src/config/router.config.js @@ -477,6 +477,11 @@ export const constantRouterMap = [ name: 'TaskPlanList', component: () => import(/* webpackChunkName: "user" */ '@/views/projectManagement/projectStatusBoard/components/TaskPlanList') }, + { + path:'/vehicleinformation', + name: 'vehicleinformation', + component: () => import(/* webpackChunkName: "user" */ '@/views/otamanagement/vehicleinformation/index') + }, // { // path: '/', // name: 'index', diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/dealtWith.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue similarity index 100% rename from jero-web/src/views/otamanagement/vehicleinformation/components/dealtWith.vue rename to jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/SentList.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue similarity index 100% rename from jero-web/src/views/otamanagement/vehicleinformation/components/SentList.vue rename to jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/doneList.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue similarity index 100% rename from jero-web/src/views/otamanagement/vehicleinformation/components/doneList.vue rename to jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue diff --git a/jero-web/src/views/otamanagement/vehicleinformation/index.vue b/jero-web/src/views/otamanagement/vehicleinformation/index.vue index f9adaddf1..5a89323f0 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/index.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/index.vue @@ -2,13 +2,13 @@ - + - + - + @@ -16,16 +16,16 @@