Authored by 王涛

代码合并

... ... @@ -117,7 +117,7 @@ const routes = [{
},
{
path: '/analysis/view',
name: 'view',
name: 'analysisView',
component: () => myImport('views/analysis/view/index')
},
{
... ... @@ -125,9 +125,6 @@ const routes = [{
name: 'faultIndex',
// component: () => myImport('views/faultDiagnosis/index')
component: () => myImport('views/faultDiagnosis/components/faultForm/index')
name: 'view',
component: () => myImport('views/faultDiagnosis/index')
},
{
path: '/fault/faultForm',
... ...