feat: adapt admin payment configuration and refunds
Build and Deploy Vue3 / build (push) Successful in 1m42s
Build and Deploy Vue3 / deploy (push) Successful in 46s

This commit is contained in:
shiran
2026-07-17 17:18:14 +08:00
parent fa3bdcbc7e
commit 9b369a4dd5
7 changed files with 744 additions and 15 deletions
+5 -1
View File
@@ -68,6 +68,10 @@ export const menus = [
{
path: '/order/list',
title: '订单列表'
},
{
path: '/order/payment-config',
title: '支付配置'
}
]
},
@@ -227,4 +231,4 @@ export const menus = [
}
]
}
]
]