智能推荐

This commit is contained in:
2023-05-23 17:29:42 +08:00
parent 0bddfd3e0e
commit 5cfa136576
4 changed files with 246 additions and 0 deletions

View File

@@ -51,6 +51,10 @@ export default new Router({
path: 'feedbackTypeManage',
component: () => import('@/components/menus/FeedbackTypeManage')
},
{
path: 'intelligenceRecommend',
component: () => import('@/components/menus/IntelligenceRecommend')
},
{
path: '/',
redirect: "entrysManage"