1 Commits

Author SHA1 Message Date
5fe998adf2 update:修改会员页默认值 2026-06-18 18:09:26 +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);