scorpioyq hace 2 años
padre
commit
eda2206f75
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 {