From 55e468ce79f410e0b8af7c948b2262716c6397ea Mon Sep 17 00:00:00 2001 From: MiLla <18826902282@163.com> Date: Sat, 6 Jul 2024 06:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E5=8E=BB=E7=99=BB=E5=BD=95=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../authentication/authentication_login.vue | 90 ----------- .../authentication/authentication_main.vue | 143 ------------------ .../authentication_register.vue | 103 ------------- 3 files changed, 336 deletions(-) delete mode 100644 src/views/authentication/authentication_login.vue delete mode 100644 src/views/authentication/authentication_main.vue delete mode 100644 src/views/authentication/authentication_register.vue diff --git a/src/views/authentication/authentication_login.vue b/src/views/authentication/authentication_login.vue deleted file mode 100644 index 0ee1cba..0000000 --- a/src/views/authentication/authentication_login.vue +++ /dev/null @@ -1,90 +0,0 @@ - - - - 测器汇管理系统 - - - - - - - - - 记住密码 - - - 登录 - - - - - - - - - \ No newline at end of file diff --git a/src/views/authentication/authentication_main.vue b/src/views/authentication/authentication_main.vue deleted file mode 100644 index 6ec09e1..0000000 --- a/src/views/authentication/authentication_main.vue +++ /dev/null @@ -1,143 +0,0 @@ - - - - 个人信息 - - - - - {{user.name}} - {{user.gender}} - {{ user.phone }} - {{user.email}} - {{user.organization}} - {{user.role}} - {{user.createdTime}} - - - 修改信息 - - - - - - - - - - - - - - - - - - - 男 - 女 - - - 确认修改 - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/views/authentication/authentication_register.vue b/src/views/authentication/authentication_register.vue deleted file mode 100644 index 56826c0..0000000 --- a/src/views/authentication/authentication_register.vue +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - 企业租户注册 - - - - - - - - - - - - - - - 注册 - 返回 - - - - - - - - - \ No newline at end of file