diff --git a/src/store/moules/rechareStore/index.ts b/src/store/moules/rechareStore/index.ts index 8d77d0f..0c6dc5f 100644 --- a/src/store/moules/rechareStore/index.ts +++ b/src/store/moules/rechareStore/index.ts @@ -3,7 +3,7 @@ import { defineStore } from 'pinia' export const useRechargeStore = defineStore('useRechargeStore', { state: () => { return { - show: true, + show: false, } }, getters: {