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
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "1.3.5", "version": "1.3.5-1",
"private": true, "private": true,
"bin": "dist/service.js", "bin": "dist/service.js",
"scripts": { "scripts": {
+4 -2
View File
@@ -207,8 +207,10 @@ const effectOptions = ref([
// 初始化 // 初始化
onMounted(async () => { onMounted(async () => {
getSiteList() if (props.subid) {
getSubscribeInfo() getSiteList()
getSubscribeInfo()
}
}) })
</script> </script>