From 4b854c29227ef08ea178a3bba527a40ca2f84674 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Mon, 21 Feb 2022 02:03:17 +0800 Subject: [PATCH] 统计接口对接,列表接口参数对接 --- src/components/swichLabel/main4-show.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/swichLabel/main4-show.vue b/src/components/swichLabel/main4-show.vue index a56705d..1150902 100644 --- a/src/components/swichLabel/main4-show.vue +++ b/src/components/swichLabel/main4-show.vue @@ -3,7 +3,9 @@ <a-row> <a-col v-bind="colApiMain " class="holdHeight"> <a-page-header title="朋友们" style="padding: 0px;" @back="() => this.$router.go(-1)" /> - <boxFriend></boxFriend> + <keep-alive> + <boxFriend></boxFriend> + </keep-alive> </a-col> </a-row> </div> -- Gitblit v1.9.1