解决知识库跳转其他界面空白问题
This commit is contained in:
@ -281,8 +281,10 @@ const listeningProject = watch(
|
||||
onUnmounted(() => {
|
||||
listeningProject();
|
||||
});
|
||||
console.log(11);
|
||||
|
||||
onMounted(() => {
|
||||
console.log(122);
|
||||
getList();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user