Merge branch 'dev' into test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-17 18:48:56 +08:00

View File

@@ -31,15 +31,15 @@ export default {
order: 10,
},
},
{
name: 'Ylist',
path: 'y_list',
component: () => import('./y_list/index.vue'),
meta: {
title: '后结提现',
icon: 'mdi:account-multiple',
order: 10,
},
},
// {
// name: 'Ylist',
// path: 'y_list',
// component: () => import('./y_list/index.vue'),
// meta: {
// title: '后结提现',
// icon: 'mdi:account-multiple',
// order: 10,
// },
// },
],
}