From 63c4a2a86d9778a7169f4e2cff5cfdc4cd80d4f1 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Tue, 16 May 2023 01:05:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20`eslint`=20=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=A7=84=E8=8C=83=E6=A3=80=E6=B5=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 0a1da312a15a849433d40c2727e4fa3a70e8b625 --- src/components/Hamburger/index.vue | 2 +- src/components/IconSelect/index.vue | 11 ++++++----- src/components/Pagination/index.vue | 2 +- src/components/RightPanel/index.vue | 2 +- src/components/SvgIcon/index.vue | 2 ++ src/components/Upload/SingleUpload.vue | 2 +- src/components/WangEditor/index.vue | 8 ++++---- src/layout/components/Navbar.vue | 4 ++-- src/layout/components/Settings/index.vue | 6 +++--- src/layout/components/Sidebar/index.vue | 20 ++++++++------------ src/layout/components/TagsView/index.vue | 2 +- src/views/login/index.vue | 6 +++--- src/views/system/dept/index.vue | 4 ++-- src/views/system/dict/DictData.vue | 4 ++-- src/views/system/dict/index.vue | 8 ++++---- src/views/system/menu/index.vue | 18 +++++++++--------- src/views/system/role/index.vue | 8 ++++---- src/views/system/user/index.vue | 16 ++++++++-------- 18 files changed, 62 insertions(+), 63 deletions(-) diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue index 374a1b50..d98a4aa7 100644 --- a/src/components/Hamburger/index.vue +++ b/src/components/Hamburger/index.vue @@ -1,7 +1,7 @@