From face324b7cf16fe4ecc54b5f5dee7ab74bcdd387 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 18 Nov 2022 09:23:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=AE=B6=E4=B9=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppPcMine/AppPcMine.vue | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/project/pingchang/AppPcMine/AppPcMine.vue b/src/project/pingchang/AppPcMine/AppPcMine.vue index 19f7f55..9f19788 100644 --- a/src/project/pingchang/AppPcMine/AppPcMine.vue +++ b/src/project/pingchang/AppPcMine/AppPcMine.vue @@ -32,7 +32,7 @@ :label="approveLabel" label-color="#E7F2FF" label-pos="left" @click="approve"/> - + @@ -69,12 +69,12 @@ export default { listGroup() { return [ [ - { - icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png", - label: "我的家庭", - path: "./myFamily", - type: 'idNumber' - }, + // { + // icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png", + // label: "我的家庭", + // path: "./myFamily", + // type: 'idNumber' + // }, { icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png", label: "我的家乡", @@ -82,26 +82,26 @@ export default { type: 'token' } ], - [ - { - icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejifen.png", - label: "我的积分", - path: "/mods/AppCreditPoints/AppCreditPoints?type=detail", - type: 'idNumber' - }, - { - icon: "https://cdn.cunwuyun.cn/wxmp/mine/chaoshidingdan.png", - label: "超市订单", - path: "/mods/AppOrderList/AppOrderList", - type: 'idNumber' - }, - { - icon: "https://cdn.cunwuyun.cn/wxmp/mine/banshijindu.png", - label: "办事进度", - path: "/mods/AppMyPlan/AppMyPlan", - type: 'idNumber' - } - ], + // [ + // { + // icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejifen.png", + // label: "我的积分", + // path: "/mods/AppCreditPoints/AppCreditPoints?type=detail", + // type: 'idNumber' + // }, + // { + // icon: "https://cdn.cunwuyun.cn/wxmp/mine/chaoshidingdan.png", + // label: "超市订单", + // path: "/mods/AppOrderList/AppOrderList", + // type: 'idNumber' + // }, + // { + // icon: "https://cdn.cunwuyun.cn/wxmp/mine/banshijindu.png", + // label: "办事进度", + // path: "/mods/AppMyPlan/AppMyPlan", + // type: 'idNumber' + // } + // ], ] } },