修改 路由返回页面刷新

This commit is contained in:
GGJ
2024-05-31 09:45:41 +08:00
parent 5de72c310f
commit b5f9874fbd
6 changed files with 4 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ import TodoTask from './todo/index.vue'
import DoneTask from './done/index.vue'
import { mainHeight } from '@/utils/layout'
defineOptions({
name: 'bpm/task'
// name: 'bpm/task'
})
const activeName = ref('1')