feat(custom): \!
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-05 20:29:06 +08:00
parent 25c836c008
commit 57ff4e3cb1
3 changed files with 26 additions and 22 deletions

View File

@@ -1,12 +1,12 @@
const Layout = () => import('@/layout/index.vue')
export default {
name: '积分管理',
name: '余额管理',
path: '/settlement',
component: Layout,
redirect: 'jf_list',
meta: {
title: '积分管理',
title: '余额管理',
icon: 'mdi:account-multiple',
order: 10,
},
@@ -16,7 +16,7 @@ export default {
path: 'jf_list',
component: () => import('./jf_list/index.vue'),
meta: {
title: '积分明细',
title: '余额明细',
icon: 'mdi:account-multiple',
order: 10,
},