This commit is contained in:
xiaojunnuo
2026-01-22 11:55:01 +08:00
parent d947437c10
commit 96c9e74c6f
4 changed files with 15 additions and 2 deletions
@@ -196,6 +196,7 @@ export const useSettingStore = defineStore({
notification.warn({
message: $t("vip.needVipTip"),
});
mitter.emit("openVipModal");
throw new Error($t("vip.needVipTip"));
}
},