fix : 修复页面细节

This commit is contained in:
2024-05-20 00:44:37 +08:00
parent dc7d90c349
commit 1825b6c871
2 changed files with 9 additions and 29 deletions

View File

@@ -241,7 +241,6 @@ getBaseInfo()
watchEffect(() => {
console.log(props.active, 'props.active');
localActive.value = props.active
getBaseInfo()
})
</script>