程控源

This commit is contained in:
sjl
2025-03-12 09:52:52 +08:00
parent ce31499964
commit cca214aaf7
3 changed files with 105 additions and 41 deletions

View File

@@ -172,7 +172,6 @@ const getData = () => {
return tableData.value
}
onMounted(() => {
console.log('🚀 需要:')
info()
// tableData.value = data.data[0].children || []
})