zhaomiao %!s(int64=4) %!d(string=hai) anos
pai
achega
a5b4abd424
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      src/router/index.js

+ 12 - 0
src/router/index.js

@@ -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({