From a0cfe337f62e0a52e37a5001249b5c3bd6721f45 Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 1 Sep 2025 17:25:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(bonus/menu):=20=E5=AE=9E=E6=97=B6=E5=A5=96?= =?UTF-8?q?=E9=87=91=E5=85=A5=E5=8F=A3=E6=94=BE=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/bonus/menu.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/bonus/menu.vue b/pages/bonus/menu.vue index 42eb7e1..4553795 100644 --- a/pages/bonus/menu.vue +++ b/pages/bonus/menu.vue @@ -25,11 +25,11 @@ export default { data() { return { selfServiceList: [ - // { - // name: '实时奖金', - // url: '../../static/images/bonus-record.svg', - // path: '/pages/bonus/real-time', - // }, + { + name: '实时奖金', + url: '../../static/images/bonus-record.svg', + path: '/pages/bonus/real-time', + }, { name: '奖金明细', url: '../../static/images/mark2.png',