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 @@