|
@@ -70,6 +70,18 @@ const routes = [{
|
|
|
name: 'fiveLossLineTable',
|
|
|
component: () => import('../views/benchMarking/FiveLossLineTable.vue')
|
|
|
}
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: '/YardBenchmark_particulars',
|
|
|
+ name: 'YardBenchmark_particulars',
|
|
|
+ component: () => import('../views/BorderBenchmark/YardBenchmark_particulars.vue')
|
|
|
+ }
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: '/NationBenchmark_particulars',
|
|
|
+ name: 'NationBenchmark_particulars',
|
|
|
+ component: () => import('../views/BorderBenchmark/InnationBenchmark_particulars.vue')
|
|
|
+ }
|
|
|
]
|
|
|
|
|
|
const router = new VueRouter({
|