From f58e11d0906ee725ff35e9b995166590bc5970c3 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Thu, 31 Oct 2024 09:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.vue b/App.vue index cfedc98..f8bcac5 100644 --- a/App.vue +++ b/App.vue @@ -3,7 +3,7 @@ onLaunch: function() { }, onShow: function() { - // this.$store.commit('initConfig') + this.$store.commit('initConfig') this.$store.commit('getCityList') }, onHide: function() {