更改viewtype方式
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user