fix: debug

This commit is contained in:
osiris
2023-12-12 18:48:45 +08:00
parent c4a2b7159f
commit 64a80b37f6
+2
View File
@@ -28,6 +28,8 @@ const getToolCates = async () => {
const search = async () => {
try {
await toolsStore.getTools(searchParam)
//关闭抽屉
isNavDrawer.value = false
} catch (error) {
console.log(error)
}