|
@@ -94,6 +94,24 @@ const routes = [{
|
|
|
name: 'benchmark_project_particulars',
|
|
|
component: () => import('../views/ProjectBenchmark/ProjectBenchmark_particulars.vue')
|
|
|
}
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: '/benchmark_property',
|
|
|
+ name: 'benchmark_property',
|
|
|
+ component: () => import('../views/PropertyBenchnark/PropertBenchmark.vue')
|
|
|
+ }
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: '/benchmark_property_particulars',
|
|
|
+ name: 'benchmark_property_particulars',
|
|
|
+ component: () => import('../views/PropertyBenchnark/PropertBenchmark_particulars.vue')
|
|
|
+ }
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: '/benchmark_SingleTransverse',
|
|
|
+ name: 'benchmark_SingleTransverse',
|
|
|
+ component: () => import('../views/PropertyBenchnark/SingleTransverseBenchmark.vue')
|
|
|
+ }
|
|
|
]
|
|
|
|
|
|
const router = new VueRouter({
|