解决知识库跳转其他界面空白问题

This commit is contained in:
Teo
2025-07-02 15:00:53 +08:00
parent 00704533e0
commit 740882b18b
5 changed files with 35 additions and 53 deletions

View File

@ -281,8 +281,10 @@ const listeningProject = watch(
onUnmounted(() => {
listeningProject();
});
console.log(11);
onMounted(() => {
console.log(122);
getList();
});
</script>