删除部分图片,增加超级会员页面功能

This commit is contained in:
2025-12-02 15:56:41 +08:00
parent 4faa482380
commit da321e3afc
81 changed files with 4395 additions and 712 deletions

View File

@@ -264,7 +264,10 @@ function setForm(data) {
console.log(form);
}
onMounted(() => {});
onMounted(() => {
setForm(distributionStore.config);
});
</script>
<style lang="scss" scoped>