update:修改会员页默认值
This commit is contained in:
@@ -12,7 +12,7 @@ const store = useStore();
|
|||||||
const { user, config } = storeToRefs(store);
|
const { user, config } = storeToRefs(store);
|
||||||
const { updateConfig, updateUser } = store;
|
const { updateConfig, updateUser } = store;
|
||||||
|
|
||||||
const currentTypeIndex = ref(0);
|
const currentTypeIndex = ref(1);
|
||||||
const selectedPackageIndex = ref(0);
|
const selectedPackageIndex = ref(0);
|
||||||
const showModal = ref(false);
|
const showModal = ref(false);
|
||||||
const loadingConfig = ref(false);
|
const loadingConfig = ref(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user