瀏覽代碼

错删补提

zhaomiao 4 年之前
父節點
當前提交
157aa36843
共有 1 個文件被更改,包括 14 次插入0 次删除
  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({