|
@@ -159,10 +159,10 @@ export const constantRoutes = [{
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/Platform/projectManage/bugManage/bugindex',
|
|
|
+ path: '/projectManage/bugList/bugindex',
|
|
|
name: '缺陷',
|
|
|
component: () =>
|
|
|
- import('@/views/Platform/bugManage/bugindex'),
|
|
|
+ import('@/views/projectManage/bugList/bugindex'),
|
|
|
meta: { title: '缺陷' }
|
|
|
},
|
|
|
{
|