update:修改会员页默认值

This commit is contained in:
2026-06-18 18:10:21 +08:00

View File

@@ -12,7 +12,7 @@ const store = useStore();
const { user, config } = storeToRefs(store);
const { updateConfig, updateUser } = store;
const currentTypeIndex = ref(0);
const currentTypeIndex = ref(1);
const selectedPackageIndex = ref(0);
const showModal = ref(false);
const loadingConfig = ref(false);