This commit is contained in:
jxxghp
2023-10-20 07:37:44 +08:00
parent d73e4853a8
commit e8552b4385
2 changed files with 5 additions and 3 deletions

View File

@@ -207,8 +207,10 @@ const effectOptions = ref([
// 初始化
onMounted(async () => {
getSiteList()
getSubscribeInfo()
if (props.subid) {
getSiteList()
getSubscribeInfo()
}
})
</script>