Browse Source

错删补提

zhaomiao 4 years ago
parent
commit
157aa36843
1 changed files with 14 additions and 0 deletions
  1. 14 0
      src/router/index.js

+ 14 - 0
src/router/index.js

@@ -252,6 +252,20 @@ const routes = [{
 		name: 'performanceAnalysisOperation',
 		component: () => import('../views/gradeEvaluation/PerformanceAnalysisOperation.vue')
 	}
+	,
+	{
+		path: '/interValue',
+		name: 'interValue',
+		component: () => import('../views/betweenValues/InterValue.vue')
+	}
+	,
+	{
+		path: '/interValueLineTable',
+		name: 'interValueLineTable',
+		component: () => import('../views/betweenValues/InterValueLineTable.vue')
+	}
+	,
+	
 ]
 
 const router = new VueRouter({