From 6f5614466b231e5192f78fac410fc79ab8a26b54 Mon Sep 17 00:00:00 2001 From: "peng.peng" Date: Fri, 24 Feb 2023 17:04:11 +0800 Subject: [PATCH] 1 --- web/client/src/sections/auth/containers/login.js | 1 + web/log/development.txt | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/web/client/src/sections/auth/containers/login.js b/web/client/src/sections/auth/containers/login.js index 63bbe0c..dcba5df 100644 --- a/web/client/src/sections/auth/containers/login.js +++ b/web/client/src/sections/auth/containers/login.js @@ -11,6 +11,7 @@ import { login, LOGIN_ERROR } from '../actions/auth'; import { ExclamationCircleOutlined } from '@ant-design/icons'; import { Uploads } from '$components' import { LockOutlined, UserOutlined } from '@ant-design/icons'; + import '../style.less'; const FormItem = Form.Item; diff --git a/web/log/development.txt b/web/log/development.txt index b661539..b52e885 100644 --- a/web/log/development.txt +++ b/web/log/development.txt @@ -5621,3 +5621,9 @@ 2023-01-31 15:24:19.135 - debug: [FS-LOGGER] Init. 2023-01-31 15:24:19.138 - debug: init fs.attachment and inject it into app(app.fs.attachment) and runtime ctx(ctx.fs.attachment) 2023-01-31 15:24:19.487 - info: [Router] Inject api: attachment/index +2023-02-24 16:22:28.531 - debug: [FS-LOGGER] Init. +2023-02-24 16:22:28.534 - debug: init fs.attachment and inject it into app(app.fs.attachment) and runtime ctx(ctx.fs.attachment) +2023-02-24 16:22:28.719 - info: [Router] Inject api: attachment/index +2023-02-24 16:56:08.557 - debug: [FS-LOGGER] Init. +2023-02-24 16:56:08.559 - debug: init fs.attachment and inject it into app(app.fs.attachment) and runtime ctx(ctx.fs.attachment) +2023-02-24 16:56:08.778 - info: [Router] Inject api: attachment/index