ios审核判断,抽奖没次数提示

This commit is contained in:
duan
2025-01-16 09:50:25 +08:00
parent d255512ade
commit 0cee26f44a
5 changed files with 22 additions and 5 deletions

View File

@@ -76,5 +76,6 @@ export const useCommonStore = defineStore("common", {
return true
}
},
unistorage: true, // 开启后对 state 的数据读写都将持久化
});