首页去掉调试信息

This commit is contained in:
fengrong 2024-12-18 14:59:31 +08:00
parent db43006351
commit dbf6a467ac
4 changed files with 4 additions and 5 deletions

View File

@ -17,11 +17,10 @@
<script setup lang="ts">
import { defineProps } from "vue";
import { ref } from "vue";
const props = defineProps({
item: {
type: Array,
type: Object,
default: () => {},
},
});

View File

@ -35,7 +35,7 @@ import windBladepage from './windBlade.vue'
const props = defineProps({
item: {
type: Array,
type: Object,
default: () => {},
},
})

View File

@ -26,7 +26,7 @@ import windBladepage from './windBlade.vue'
const props = defineProps({
item: {
type: Array,
type: Object,
default: () => {},
},
})

View File

@ -28,7 +28,7 @@ import windBladepage from './windBlade.vue'
const router = useRouter()
const props = defineProps({
item: {
type: Array,
type: Object,
default: () => {},
},
})