feat: tips
Some checks failed
continuous-integration/drone/tag Build encountered an error

This commit is contained in:
zzc
2026-02-09 02:56:53 +08:00
parent 43f38207bf
commit 69fd59dada
4 changed files with 384 additions and 0 deletions

View File

@@ -73,6 +73,12 @@ export const asyncRoutes = [
component: () => import('@/views/spring/index/recommend/index'),
meta: { title: '推介列表', icon: 'list' },
},
{
path: 'tips',
name: 'tips',
component: () => import('@/views/spring/index/tips/index'),
meta: { title: '首页跳转', icon: 'list' },
},
],
},
{