Skip to content

Commit 63aac4a

Browse files
committed
修复重置密码页面样式问题
1 parent 73db62b commit 63aac4a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

website/pages/ac/_id/_key.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@
168168
}
169169
})
170170
}
171-
}
171+
},
172+
layout: 'nosidebar'
172173
}
173174
</script>
174175

website/pages/book/edit/chapter/_id.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@
205205
getBookChapterContent () {
206206
let self = this
207207
request.getBookChapter({
208+
query: {
209+
f: self.contentType === 'markdown' ? 'md' : ''
210+
},
208211
params: {
209212
chapterID: self.curChapter.id
210213
}

0 commit comments

Comments
 (0)