|
@@ -132,12 +132,6 @@ const routes = [{
|
|
|
}
|
|
|
,
|
|
|
{
|
|
|
- path: '/individual_Saturation',
|
|
|
- name: 'individual_Saturation',
|
|
|
- component: () => import('../views/SinglePerformanceAnalysis/individualSaturation.vue')
|
|
|
- }
|
|
|
- ,
|
|
|
- {
|
|
|
path: '/power_Editor',
|
|
|
name: 'power_Editor',
|
|
|
component: () => import('../views/SinglePerformanceAnalysis/powerEditor.vue')
|
|
@@ -258,19 +252,6 @@ 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({
|