From fe1408956258c99d2ead8b0090eff12b856dba19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Wed, 23 Jul 2025 21:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E8=B7=AF=E7=94=B1=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E4=B8=AD=E8=8E=B7=E5=8F=96=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ---- src/permission.js | 1 + src/store/modules/ems.js | 11 +++++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index ba45dca..c827cb7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,10 +11,6 @@ import ThemePicker from "@/components/ThemePicker" export default { name: "App", components: { ThemePicker }, - mounted() { - //获取站点列表 - this.$store.dispatch('getZdList') - } }