|
@@ -136,13 +136,22 @@ const router = createRouter({
|
|
|
import("../views/shipSecurityManage/checkShipExamine.vue"),
|
|
import("../views/shipSecurityManage/checkShipExamine.vue"),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: "/shipSecurityManage/shipCheckHistory",
|
|
|
|
|
- name: "shipCheckHistory",
|
|
|
|
|
|
|
+ path: "/shipSecurityManage/checkSingleShip",
|
|
|
|
|
+ name: "checkSingleShip",
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: "发起船舶安检审核",
|
|
|
|
|
+ },
|
|
|
|
|
+ component: () =>
|
|
|
|
|
+ import("../views/shipSecurityManage/checkSingleShip.vue"),
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: "/shipSecurityManage/shipCheckHistoryList",
|
|
|
|
|
+ name: "shipCheckHistoryList",
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "历史船舶安检",
|
|
title: "历史船舶安检",
|
|
|
},
|
|
},
|
|
|
component: () =>
|
|
component: () =>
|
|
|
- import("../views/shipSecurityManage/shipCheckHistory.vue"),
|
|
|
|
|
|
|
+ import("../views/shipSecurityManage/shipCheckHistoryList.vue"),
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
});
|
|
});
|