浏览代码

缺陷优化

qinzhipeng_v 5 年之前
父节点
当前提交
5fd310b110

+ 2 - 2
src/router/index.js

@@ -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: '缺陷' }
   },
   {

+ 1 - 1
src/views/projectManage/bugManage/bugindex.vue → src/views/projectManage/bugList/bugindex.vue

@@ -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 {

+ 0 - 0
src/views/projectManage/bugManage/file/createdBug.vue → src/views/projectManage/bugList/file/createdBug.vue


+ 0 - 0
src/views/projectManage/bugManage/file/drawerAge.vue → src/views/projectManage/bugList/file/drawerAge.vue