zhaomiao 4 years ago
parent
commit
a5b4abd424
1 changed files with 12 additions and 0 deletions
  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({