File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ export default {
105105
106106 computed: {
107107 absoluteSecrecy () {
108- console .log (this .$themeConfig .keyPage .absoluteSecrecy )
109108 return this .$themeConfig .keyPage && this .$themeConfig .keyPage .absoluteSecrecy === true
110109 },
111110 // 是否显示评论
Original file line number Diff line number Diff line change 1212 </div >
1313 <div v-else-if =" listLoadType === 'async'" key =" async" >
1414 <NoteAbstractItem
15- v-for =" (item, index ) in currentPageData"
15+ v-for =" (item) in currentPageData"
1616 :key =" item.path"
1717 :item =" item"
1818 :currentPage =" currentPage"
@@ -31,7 +31,7 @@ export default {
3131 computed: {
3232 listLoadType () {
3333 const valineConfig = this .$themeConfig .valineConfig
34- if (valineConfig && ! valineConfig .hideAccessNumber ) {
34+ if (valineConfig && ! valineConfig .hideListAccessNumber ) {
3535 return ' sync'
3636 } else {
3737 return ' async'
You can’t perform that action at this time.
0 commit comments