This commit is contained in:
xiaojunnuo
2024-10-14 11:52:37 +08:00
parent e052e304bd
commit 2bc0a4bd14
3 changed files with 5 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ async function doActive() {
}
const res = await api.doActive(formState);
if (res) {
await userStore.reInit();
await settingStore.init();
const vipLabel = settingStore.vipLabel;
Modal.success({
title: "激活成功",