From 24bc589181d6196de45f1ba79b1a7d53d6e35675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Tue, 29 Aug 2023 15:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0bug=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/ErrorLog/index.vue | 26 +++++++++++++++---- PC/InterFace.Dash/src/icons/svg/svg_bug.svg | 1 + .../src/layout/components/Navbar.vue | 4 +-- PC/InterFace.Dash/src/settings.js | 2 +- .../src/components/ErrorLog/index.vue | 26 +++++++++++++++---- .../src/icons/svg/svg_bug.svg | 1 + PC/UI.WinIn.FasterZ.Job/src/settings.js | 2 +- .../src/components/ErrorLog/index.vue | 26 +++++++++++++++---- .../src/icons/svg/svg_bug.svg | 1 + PC/UI.WinIn.FasterZ.Store/src/settings.js | 2 +- 10 files changed, 71 insertions(+), 20 deletions(-) create mode 100644 PC/InterFace.Dash/src/icons/svg/svg_bug.svg create mode 100644 PC/UI.WinIn.FasterZ.Job/src/icons/svg/svg_bug.svg create mode 100644 PC/UI.WinIn.FasterZ.Store/src/icons/svg/svg_bug.svg diff --git a/PC/InterFace.Dash/src/components/ErrorLog/index.vue b/PC/InterFace.Dash/src/components/ErrorLog/index.vue index 6119c03..15425fd 100644 --- a/PC/InterFace.Dash/src/components/ErrorLog/index.vue +++ b/PC/InterFace.Dash/src/components/ErrorLog/index.vue @@ -1,15 +1,31 @@
- - - + + + - +
Error Log - Clear All + 清除全部
diff --git a/PC/UI.WinIn.FasterZ.Job/src/icons/svg/svg_bug.svg b/PC/UI.WinIn.FasterZ.Job/src/icons/svg/svg_bug.svg new file mode 100644 index 0000000..2f98c66 --- /dev/null +++ b/PC/UI.WinIn.FasterZ.Job/src/icons/svg/svg_bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/PC/UI.WinIn.FasterZ.Job/src/settings.js b/PC/UI.WinIn.FasterZ.Job/src/settings.js index 31effa6..d86f18e 100644 --- a/PC/UI.WinIn.FasterZ.Job/src/settings.js +++ b/PC/UI.WinIn.FasterZ.Job/src/settings.js @@ -32,5 +32,5 @@ module.exports = { * The default is only used in the production env * If you want to also use it in dev, you can pass ['production', 'development'] */ - errorLog: 'production' + errorLog: ['production', 'development'] } diff --git a/PC/UI.WinIn.FasterZ.Store/src/components/ErrorLog/index.vue b/PC/UI.WinIn.FasterZ.Store/src/components/ErrorLog/index.vue index 6119c03..15425fd 100644 --- a/PC/UI.WinIn.FasterZ.Store/src/components/ErrorLog/index.vue +++ b/PC/UI.WinIn.FasterZ.Store/src/components/ErrorLog/index.vue @@ -1,15 +1,31 @@