From 015fb8aaeca8d2d4103fed14d472a800748bebd8 Mon Sep 17 00:00:00 2001 From: luyisha Date: Thu, 9 Nov 2023 15:39:45 +0800 Subject: [PATCH] =?UTF-8?q?'=E9=BB=91=E5=A4=9C=E6=A8=A1=E5=BC=8F'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/store/index.js b/store/index.js index 586d55d..bd91baf 100644 --- a/store/index.js +++ b/store/index.js @@ -40,7 +40,6 @@ function defaultTheme() { // state = `light`; // } uni.setStorageSync('theme', 'dark'); - // uni.setStorageSync('language','zh-CN'); let state = `dark` return state; }