From 19676ff4b5e5813cc5bbc6c0e3f9c61c3131d0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=AB=E4=B9=90=E6=A9=99?= <1760016317@qq.com> Date: Sat, 22 Mar 2025 11:41:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 28 ++++++++++++++++++- src/components/Pagination/index.vue | 9 ------ src/components/img-box/index.vue | 9 ------ src/components/imgs-upload/index.vue | 9 ------ src/components/update-password/index.vue | 9 ------ src/components/video-box/index.vue | 9 ------ src/lang/biz/imgbox/en.js | 9 ------ src/lang/biz/imgbox/zh.js | 9 ------ src/layout/components/AppMain.vue | 9 ------ src/layout/components/Navbar.vue | 9 ------ src/layout/components/sidebar/index.vue | 9 ------ .../sidebar/main-sidebar-sub-menu-item.vue | 10 ------- .../sidebar/main-sidebar-sub-menu.vue | 10 ------- src/layout/index.vue | 9 ------ src/permission.js | 9 ------ src/stores/modules/permission.js | 10 ------- src/stores/modules/user.js | 9 ------ src/styles/btn.scss | 10 +------ src/styles/mixin.scss | 10 +------ src/styles/sidebar.scss | 10 +------ src/styles/transition.scss | 10 +------ src/styles/variables.scss | 10 +------ src/utils/auth.js | 9 ------ src/utils/crypto.js | 9 ------ src/utils/excel-request.js | 9 ------ src/utils/i18n.js | 10 ------- src/utils/index.js | 9 ------ src/utils/request.js | 10 ------- src/utils/validate.js | 9 ------ src/utils/website-config.js | 4 +-- src/views/common/dashboard/index.vue | 9 ------ src/views/common/forget-password/index.vue | 9 ------ src/views/common/redirect/index.vue | 9 ------ src/views/common/register/index.vue | 9 ------ src/views/common/reset-password/index.vue | 9 ------ .../category-add-or-update/index.vue | 9 ------ .../product/manage/attr/add-or-update.vue | 9 ------ .../modules/product/manage/attr/index.vue | 9 ------ .../message-manager/notify-manager/index.vue | 9 ------ .../notify-manager/notify-list/index.vue | 9 ------ .../notify-manager/notify-setting/index.vue | 9 ------ .../platform-notice/add-or-update.vue | 9 ------ .../message-manager/platform-notice/index.vue | 9 ------ .../rbac/add-or-update.vue | 9 ------ .../organization-structure/rbac/index.vue | 9 ------ .../shop-user/add-or-update.vue | 9 ------ .../shop-user/index.vue | 9 ------ .../picture-manager/index.vue | 9 ------ .../resource-manager/video-manager/index.vue | 9 ------ 49 files changed, 34 insertions(+), 431 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 5f2d778..4e5fd78 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -135,6 +135,32 @@ "stores": true, "allinpay": true, "useAllinpayStore": true, - "useTestStore": true + "useTestStore": true, + "DirectiveBinding": true, + "ExtractDefaultPropTypes": true, + "ExtractPropTypes": true, + "ExtractPublicPropTypes": true, + "MaybeRef": true, + "MaybeRefOrGetter": true, + "STAR_MOBILE_REGEXP": true, + "WritableComputedRef": true, + "addDomain": true, + "checkFile": true, + "checkIDCard": true, + "countComboPrice": true, + "excelRequest": true, + "generateTitle": true, + "getDateTimeRange": true, + "getParseTime": true, + "handleOrderItems": true, + "isStarMobile": true, + "onWatcherCleanup": true, + "setupStore": true, + "store": true, + "useId": true, + "useIncludeRouterName": true, + "useModel": true, + "useTemplateRef": true, + "validPassword2": true } } diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index 0d41ba7..43069aa 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -1,12 +1,3 @@ -