From fd99207ac83b601dec845fea5cb4ea62c0fd8937 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 20 May 2022 10:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E6=97=A0=E6=95=88=E5=BA=94?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/conv/score/AppCreditPoints/AppIntegralRanking.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mods/conv/score/AppCreditPoints/AppIntegralRanking.vue b/src/mods/conv/score/AppCreditPoints/AppIntegralRanking.vue index 2b1bf43..5723034 100644 --- a/src/mods/conv/score/AppCreditPoints/AppIntegralRanking.vue +++ b/src/mods/conv/score/AppCreditPoints/AppIntegralRanking.vue @@ -15,13 +15,12 @@ import {mapState} from 'vuex' import userRank from './components/userRank.vue' import familyRank from './components/familyRank.vue' -import workRank from './components/workRank.vue' export default { appName: "积分排行", computed: { ...mapState(['user', 'token']) }, - components: {userRank, familyRank, workRank}, + components: {userRank, familyRank}, data() { return { tabList: ['家庭积分', '个人积分'],