From 4efe4d2dc8a471db3684b4734e3dfaddf2a2c638 Mon Sep 17 00:00:00 2001 From: donghao Date: Wed, 24 Jan 2024 17:50:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BB=E5=BD=95=E9=A1=B5=E3=80=81?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 +- src/layout/components/navbar.vue | 23 +- src/layout/components/sidebar/breadCrumb.vue | 2 +- src/layout/index.vue | 9 +- src/router/modules/workbench.ts | 10 +- src/style/login.css | 90 ------ src/views/login/index.vue | 274 ++++++++++--------- src/views/login/index0.vue | 6 +- src/views/login/login.scss | 74 +++++ src/views/workbench/components/Notify.vue | 6 +- src/views/workbench/components/chart/pie.vue | 43 ++- src/views/workbench/index.vue | 43 ++- 12 files changed, 324 insertions(+), 260 deletions(-) delete mode 100644 src/style/login.css diff --git a/index.html b/index.html index 82836f8..382f728 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ * @Author: donghao donghao@supervision.ltd * @Date: 2024-01-12 14:35:28 * @LastEditors: donghao donghao@supervision.ltd - * @LastEditTime: 2024-01-22 16:41:52 + * @LastEditTime: 2024-01-24 11:33:27 * @FilePath: \General-AI-Platform-Web-Client\index.html * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -21,7 +21,7 @@