更改viewtype方式

This commit is contained in:
李志鹏
2025-12-29 14:48:54 +08:00
parent 59c864fef3
commit 8cb77593f8
15 changed files with 14 additions and 68 deletions

View File

@@ -12,9 +12,6 @@ const hGenerateStore = useHGenerateStore()
//const props = defineProps({
//})
const emit = defineEmits([
'view-type'
])
const navList = ref([])
const navDisabledList = ref([])
@@ -50,7 +47,6 @@ const openFlow = (item: any)=>{
}
onMounted(()=>{
emit('view-type', 1)
let nav = [
{
path: 'selectStyle',