scorpioyq 2 năm trước cách đây
mục cha
commit
eda2206f75
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/task/index.vue

+ 2 - 2
src/views/task/index.vue

@@ -30,7 +30,7 @@
 <route>
 {
 path: '/task',
-name: '任务列表'
+name: '任务列表',
 meta: {keepAlive: true,show: false}
 }
 </route>
@@ -40,7 +40,7 @@ import TaskTable from '@/views/task/component/task-table.vue'
 import Task from '@/views/task/component/task.vue'
 
 export default {
-  name: 'Index',
+  name: 'index',
   components: { Task, TaskTable },
   data() {
     return {