fix: user gretting record
This commit is contained in:
@@ -79,6 +79,12 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/spring/daily/greeting/index'),
|
||||
meta: { title: '问候语配置', icon: 'setting' },
|
||||
},
|
||||
{
|
||||
path: 'greetingStreak',
|
||||
name: 'GreetingStreak',
|
||||
component: () => import('@/views/spring/daily/greetingStreak/index'),
|
||||
meta: { title: '问候记录', icon: 'list' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user