fix: ad watch

This commit is contained in:
zzc
2026-03-13 04:55:20 +08:00
parent 33242cbc31
commit 4bb38b116b
4 changed files with 156 additions and 0 deletions

View File

@@ -277,6 +277,12 @@ export const asyncRoutes = [
component: () => import('@/views/spring/user/order/index'),
meta: { title: '订单' },
},
{
path: 'adWatchRecord',
name: 'AdWatchRecord',
component: () => import('@/views/spring/user/adWatch/index'),
meta: { title: '广告观看记录' },
},
{
path: 'userChat',
name: 'UserChat',