From 5b8f322310137a9ca362ba3172cca3d323101652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A0=E9=9D=99=E8=90=9D=E8=8E=89?= Date: Tue, 3 Sep 2024 02:14:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=85=B6?= =?UTF-8?q?=E4=BB=96i18n=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 履行文件的命名规范; --- src/App.vue | 7 +- src/api/permission.ts | 2 +- .../{common-table => CommonTable}/index.vue | 104 +++++++----------- .../{product-card => ProductCard}/index.vue | 6 +- src/constants/index.ts | 14 +++ src/main.ts | 4 +- src/pages/dashboard/detail/index.vue | 2 +- src/pages/list/card/index.vue | 4 +- src/pages/list/filter/index.vue | 2 +- src/pages/list/tree/index.vue | 2 +- src/pages/user/constants.ts | 18 +-- src/pages/user/index.vue | 24 ++-- src/router/modules/homepage.ts | 15 +-- src/router/modules/result.ts | 39 ++----- src/router/modules/user.ts | 8 +- 15 files changed, 103 insertions(+), 148 deletions(-) rename src/components/{common-table => CommonTable}/index.vue (64%) rename src/components/{product-card => ProductCard}/index.vue (94%) diff --git a/src/App.vue b/src/App.vue index b291f91..2ed5814 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,9 @@