|
@@ -61,10 +61,10 @@ export const constantRoutes = [ // 配置路由,这里是个数组
|
|
|
import ('@/views/sarInvestigation/index')
|
|
|
},
|
|
|
{
|
|
|
- path: 'intel',
|
|
|
- name: 'intel',
|
|
|
+ path: 'intelESMProcess',
|
|
|
+ name: 'intelESMProcess',
|
|
|
component: () =>
|
|
|
- import ('@/views/intelProcess/index')
|
|
|
+ import ('@/views/intelESMProcess/index')
|
|
|
},
|
|
|
{
|
|
|
path: 'situation',
|