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

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.3.5",
"version": "1.3.5-1",
"private": true,
"bin": "dist/service.js",
"scripts": {

View File

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