fix:禁用 issueTab
This commit is contained in:
@@ -50,9 +50,9 @@ dev_build:
|
|||||||
- export FILE_NAME=nz-gui-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA.zip
|
- export FILE_NAME=nz-gui-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA.zip
|
||||||
# 生成 git log 日志文件
|
# 生成 git log 日志文件
|
||||||
- sed -i 's+</body>+<a style="position:fixed;bottom:20px;left:40px;z-index:999;color:white;" target="_blank" href="/static/git-log.html">更新记录</a>\n</body>+g' ./index.html;
|
- sed -i 's+</body>+<a style="position:fixed;bottom:20px;left:40px;z-index:999;color:white;" target="_blank" href="/static/git-log.html">更新记录</a>\n</body>+g' ./index.html;
|
||||||
- echo "<pre>" > /static/git-log.html
|
- echo "<pre>" > ./static/git-log.html
|
||||||
- "git log -100 --pretty=format:'%ad : %s' >> ./static/git-log.html"
|
- "git log -100 --pretty=format:'%ad : %s' >> ./static/git-log.html"
|
||||||
- echo "</pre>" >> /static/git-log.html
|
- echo "</pre>" >> ./static/git-log.html
|
||||||
- zip -q -r $FILE_NAME ./*
|
- zip -q -r $FILE_NAME ./*
|
||||||
|
|
||||||
# 将 dist zip 上传到 minio
|
# 将 dist zip 上传到 minio
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
<!--alertRule Tab-->
|
<!--alertRule Tab-->
|
||||||
<alertMessageTabNew v-if="from === fromRoute.alertSilence && targetTab === 'alertMessageTab'" v-show="subResizeShow" :from="from" :obj="obj" :tabs="tabs.alertSilence" @changeTab="changeTab" :targetTab.sync="targetTab"></alertMessageTabNew>
|
<alertMessageTabNew v-if="from === fromRoute.alertSilence && targetTab === 'alertMessageTab'" v-show="subResizeShow" :from="from" :obj="obj" :tabs="tabs.alertSilence" @changeTab="changeTab" :targetTab.sync="targetTab"></alertMessageTabNew>
|
||||||
<!--issue Tab-->
|
<!--issue Tab-->
|
||||||
<issueTab v-if="from === fromRoute.issue && targetTab === 'issue'" v-show="subResizeShow" :from="from" :obj="obj" :tabs="tabs.alertSilence" @changeTab="changeTab" :targetTab.sync="targetTab"></issueTab>
|
<!-- <issueTab v-if="from === fromRoute.issue && targetTab === 'issue'" v-show="subResizeShow" :from="from" :obj="obj" :tabs="tabs.alertSilence" @changeTab="changeTab" :targetTab.sync="targetTab"></issueTab>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -274,7 +274,7 @@ export default {
|
|||||||
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: true }
|
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: true }
|
||||||
],
|
],
|
||||||
issue: [
|
issue: [
|
||||||
{ prop: 'issue', name: this.$t('overall.issue'), active: true }
|
// { prop: 'issue', name: this.$t('overall.issue'), active: true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user