fix avatar property (to uface

This commit is contained in:
2024-02-02 23:38:22 +08:00
parent b8c6b52d6c
commit fbda489db7
7 changed files with 194 additions and 10 deletions

View File

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