From 71f919fcf013cace078c729164c1a8b39af60a37 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Tue, 19 Sep 2023 13:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/maintainer/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/maintainer/index.vue b/src/components/maintainer/index.vue index 2f9dda9..bc102f6 100644 --- a/src/components/maintainer/index.vue +++ b/src/components/maintainer/index.vue @@ -100,7 +100,6 @@ export default { notifyNotice(); this.getMenu(); this.username = store.getters.username; - window.alert(this.username); this.avatar = store.getters.avatar; this.parentMenus = store.getters.parentMenus; this.childMenus = store.getters.childMenus;