|
@@ -82,6 +82,18 @@ const routes = [{
|
|
|
name: 'NationBenchmark_particulars',
|
|
|
component: () => import('../views/BorderBenchmark/InnationBenchmark_particulars.vue')
|
|
|
}
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: '/benchmark_project',
|
|
|
+ name: 'benchmark_project',
|
|
|
+ component: () => import('../views/ProjectBenchmark/ProjectBenchmark.vue')
|
|
|
+ }
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: '/benchmark_project_particulars',
|
|
|
+ name: 'benchmark_project_particulars',
|
|
|
+ component: () => import('../views/ProjectBenchmark/ProjectBenchmark_particulars.vue')
|
|
|
+ }
|
|
|
]
|
|
|
|
|
|
const router = new VueRouter({
|