Skip to content

Commit

Permalink
feat:新增文档中心和版本日志等说明 #2587
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Oct 10, 2024
1 parent f810e56 commit 7002b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/devops-repository/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
if (logs.length > 0 && !this.ciMode && !this.isSubSaas) {
this.$store.commit('SET_VERSION_LOGS', logs)
if (!hasShowLog) {
cookies.set('hasShowLog', true)
this.$refs.head.showVersionLogs()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
</template>
<script>
import { marked } from 'marked'
import cookies from 'js-cookie'
export default {
name: 'VersionLog',
Expand All @@ -57,6 +58,7 @@
},
methods: {
cancel () {
cookies.set('hasShowLog', true)
this.show = false
},
handleItemClick (item, index) {
Expand Down

0 comments on commit 7002b53

Please sign in to comment.