From 346e01a715cba5604df3daa828d79073390f46ec Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Thu, 7 Jul 2022 10:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index cc3b6bb..21eca34 100755 --- a/store/index.js +++ b/store/index.js @@ -40,7 +40,7 @@ function defaultTheme() { // } uni.setStorageSync('theme','light'); // uni.setStorageSync('language','zh-CN'); - let state = `dark` + let state = `light` return state; } // #ifdef APP-PLUS