@@ -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: '缺陷' }
@@ -182,7 +182,7 @@
</template>
<script>
-import createdBug from '@/views/Platform/bugManage/file/createdBug'
+import createdBug from '@/views/projectManage/bugList/file/createdBug'
import { bugList, bugGetEnum } from '@/api/defectManage'
import { memberQueryMemberInfoByIDAPorName } from '@/api/projectIndex'
export default {