From 5267ae1903593b2e2ff532e1d183d7f1edad8634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Fri, 26 Jan 2024 16:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 25 ++- src/api/user-boot/user.ts | 14 +- src/layouts/admin/components/navMenus.vue | 102 ++++++------ .../admin/components/popup/adminInfo.vue | 54 ++++++ .../admin/components/popup/password.vue | 107 ++++++++++++ src/layouts/admin/index.vue | 4 +- src/stores/adminInfo.ts | 27 ++- src/stores/interface/index.ts | 26 ++- src/template/README.md | 1 + src/template/dialog.vue | 78 +++++++++ src/views/auth/userList/popupPwd.vue | 30 +--- src/views/govern/device/manage/index.vue | 6 +- src/views/govern/manage/factory.vue | 156 +++++++++--------- 13 files changed, 457 insertions(+), 173 deletions(-) create mode 100644 src/layouts/admin/components/popup/adminInfo.vue create mode 100644 src/layouts/admin/components/popup/password.vue create mode 100644 src/template/README.md create mode 100644 src/template/dialog.vue diff --git a/README.md b/README.md index ef72fd5..f32aed3 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,15 @@ -# Vue 3 + TypeScript + Vite +Vue 3 + TypeScript + Vite +这个模板可以帮助您开始使用Vue 3和TypeScript在Vite中进行开发。该模板使用了Vue 3的