This commit is contained in:
2023-10-27 15:17:06 +08:00
parent 3f70e399f2
commit 196620b23d

View File

@@ -169,7 +169,7 @@ const templateOptions = [
value: 'schedule',
},
] as SelectOption[]
const selectedOption = ref(route.query.template?.toString() ?? '')
const selectedOption = ref(route.query.template?.toString() ?? 'index')
const selectedTab = ref(route.query.tab?.toString() ?? 'general')
const selectedTemplateData = computed(() => templates[selectedOption.value])