From 6b50ddcfdd7f851cb63b2d36dee111fe05de82b3 Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Tue, 23 Feb 2021 13:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=A7=E6=80=A5=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stdiet-ui/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdiet-ui/src/App.vue b/stdiet-ui/src/App.vue index 57432e1c5..f5a9a4b68 100644 --- a/stdiet-ui/src/App.vue +++ b/stdiet-ui/src/App.vue @@ -10,7 +10,7 @@ const { mapActions } = createNamespacedHelpers("global"); export default { name: "App", created() { - this.init(); + // this.init(); }, methods: { ...mapActions(["init"]),