From 6bde695b2433f8daed0154a2869d3a0f20cd423b Mon Sep 17 00:00:00 2001 From: "1960116313@qq.com" <1960116313@qq.com> Date: Sun, 21 Jan 2024 00:09:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=9A=84=E5=B8=83=E5=B0=94=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/moules/rechareStore/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {