fix: debug

This commit is contained in:
osiris
2024-03-01 15:48:50 +08:00
parent e2676f9ec8
commit 108948aa2c
4 changed files with 15 additions and 13 deletions
+7 -7
View File
@@ -10,13 +10,13 @@ import { useRoute } from "vue-router"
const toolsStore = useToolsStore()
const userStore = useUserStore()
const route = useRoute()
const getToolsCate = async () => {
try {
await toolsStore.getToolCate()
} catch (error: any) {
ElMessage.error(error.message)
}
}
// const getToolsCate = async () => {
// try {
// await toolsStore.getToolCate()
// } catch (error: any) {
// ElMessage.error(error.message)
// }
// }
//收藏
const toolCollect = reactive({