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, order: 10,
}, },
}, },
{ // {
name: 'Ylist', // name: 'Ylist',
path: 'y_list', // path: 'y_list',
component: () => import('./y_list/index.vue'), // component: () => import('./y_list/index.vue'),
meta: { // meta: {
title: '后结提现', // title: '后结提现',
icon: 'mdi:account-multiple', // icon: 'mdi:account-multiple',
order: 10, // order: 10,
}, // },
}, // },
], ],
} }