diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue index 73eacae..1faa73d 100644 --- a/src/components/page/articleDetailEditor.vue +++ b/src/components/page/articleDetailEditor.vue @@ -625,10 +625,10 @@ export default { state: 6, title: this.$t('artstate.state6') }, - { - state: 5, - title: this.$t('artstate.state5') - } + // { + // state: 5, + // title: this.$t('artstate.state5') + // } ], form: { articleId: this.$route.query.id,