商城增加了取消订单,/transfers的bar增加了“已取消“板块

This commit is contained in:
2025-08-26 15:47:16 +08:00
parent 79c61d473a
commit b96911bd15
4 changed files with 573 additions and 13 deletions

View File

@@ -250,6 +250,12 @@ const routes = [
component: () => import('../views/Pay.vue'),
meta: { title: '确认支付' }
},
{
path: '/payfailed',
name: 'PayFailed',
component: () => import('../views/PayFailed.vue'),
meta: { title: '确认支付' }
},
{
path: '/:pathMatch(.*)*',
name: 'NotFound',