From 56a4b88b16b5f86a2a697018a3e2546d3abf73e3 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 14 Jan 2022 02:04:24 +0800 Subject: [PATCH] 界面二次优化 --- src/components/layouts/boxRight.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/layouts/boxRight.vue b/src/components/layouts/boxRight.vue index 1c03bcf..e8d9b9e 100644 --- a/src/components/layouts/boxRight.vue +++ b/src/components/layouts/boxRight.vue @@ -19,7 +19,7 @@ </template> <script> - import box4 from "./box4.vue" + import box4 from "./box4-minibox.vue" export default { components: { box4, @@ -56,6 +56,7 @@ }, vo3: { title: "友情链接", + isShowRemark:true, list: [{ name: "inleft.com", }, { -- Gitblit v1.9.1