hookehuyr

fix

...@@ -113,7 +113,7 @@ onMounted(async () => { ...@@ -113,7 +113,7 @@ onMounted(async () => {
113 * @param description 描述内容 113 * @param description 描述内容
114 * @param invisible 页眉展示 114 * @param invisible 页眉展示
115 */ 115 */
116 - if (page_header && page_header.invisible) { 116 + if (page_header) {
117 PHeader.value = { 117 PHeader.value = {
118 label: page_header.label, 118 label: page_header.label,
119 description: page_header.description, 119 description: page_header.description,
......