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' + // } + // ], ] } },