From 0aa908d8669ae86b0f5977a92831318fcb3d6aff Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 7 Sep 2022 10:19:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=A6=81=E7=94=A8=20issueTab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- nezha-fronted/src/components/common/bottomBox/bottomBox.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e51b98eb9..de1f219c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,9 +50,9 @@ dev_build: - export FILE_NAME=nz-gui-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA.zip # 生成 git log 日志文件 - sed -i 's++更新记录\n+g' ./index.html; - - echo "
" > /static/git-log.html
+    - echo "
" > ./static/git-log.html
     - "git log -100 --pretty=format:'%ad : %s' >> ./static/git-log.html"
-    - echo "
" >> /static/git-log.html + - echo "
" >> ./static/git-log.html - zip -q -r $FILE_NAME ./* # 将 dist zip 上传到 minio diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index 5a506fadb..cb41a0457 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -67,7 +67,7 @@ - + @@ -274,7 +274,7 @@ export default { { prop: 'alertMessageTab', name: this.$t('overall.alert'), active: true } ], issue: [ - { prop: 'issue', name: this.$t('overall.issue'), active: true } + // { prop: 'issue', name: this.$t('overall.issue'), active: true } ] } }