From 98e032bb9ebf06e09656efdbf2d0a14fed2489e5 Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Sun, 3 Nov 2024 15:05:37 +0800 Subject: [PATCH] refactor(page): refactor profile password --- .../admin/user/security/PasswordHome.vue | 24 +-- .../user/security/components/PasswordForm.vue | 189 ++++++++---------- 2 files changed, 99 insertions(+), 114 deletions(-) diff --git a/core/datacap-ui/src/views/pages/admin/user/security/PasswordHome.vue b/core/datacap-ui/src/views/pages/admin/user/security/PasswordHome.vue index f3101879..a0182db4 100644 --- a/core/datacap-ui/src/views/pages/admin/user/security/PasswordHome.vue +++ b/core/datacap-ui/src/views/pages/admin/user/security/PasswordHome.vue @@ -1,22 +1,20 @@ \ No newline at end of file + components: { PasswordForm } +}) + diff --git a/core/datacap-ui/src/views/pages/admin/user/security/components/PasswordForm.vue b/core/datacap-ui/src/views/pages/admin/user/security/components/PasswordForm.vue index 6bd25d28..7a5d437c 100644 --- a/core/datacap-ui/src/views/pages/admin/user/security/components/PasswordForm.vue +++ b/core/datacap-ui/src/views/pages/admin/user/security/components/PasswordForm.vue @@ -1,117 +1,104 @@