update vef alert

This commit is contained in:
2024-01-18 08:16:37 +08:00
parent 6f4f602488
commit 6b20366670
11 changed files with 191 additions and 25 deletions

View File

@@ -159,5 +159,13 @@ export default //管理页面
title: '反馈',
},
},
{
path: 'point',
name: 'manage-point',
component: () => import('@/views/manage/PointManage.vue'),
meta: {
title: '积分',
},
},
],
}