diff --git a/index.html b/index.html index e6c668c..1bee1f4 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,25 @@ + + + + + 长生产品助手 + - - - - - OA智能助理 - - - -

欢迎来到OA智能助理

-

- - - + +

+ + diff --git a/src/router/app/index.js b/src/router/app/index.js index 1af5600..23ac044 100644 --- a/src/router/app/index.js +++ b/src/router/app/index.js @@ -25,14 +25,14 @@ export default [ path: '/', redirect: '/home', meta: { - title: 'OA智能助理' + title: '长生产品助手' } }, { path: '/home', component: home, meta: { - title: 'OA智能助理' + title: '长生产品助手' } } ] diff --git a/src/router/generatedRouter/index.js b/src/router/generatedRouter/index.js index 6b66ca5..c1d956f 100644 --- a/src/router/generatedRouter/index.js +++ b/src/router/generatedRouter/index.js @@ -51,7 +51,7 @@ export default [ name: 'productRecommend', component: () => import('@/views/AI-new/views/productRecommend/index.vue'), meta: { - title: '产品推荐助手-保障型', + title: '产品推荐助手', }, }, ] diff --git a/src/views/app/Home.vue b/src/views/app/Home.vue index 3f83a9b..da76a28 100644 --- a/src/views/app/Home.vue +++ b/src/views/app/Home.vue @@ -50,7 +50,7 @@ export default { [ { title: "产品助手", icon: 'product', path: '/productAssistant' }, { title: "产品知识助手", icon: 'product', path: '/productKnowledge' }, - { title: "产品推荐助手-保障型", icon: 'product', path: '/productRecommend' }, + { title: "产品推荐助手", icon: 'product', path: '/productRecommend' }, ], [ { title: 'AI智能助手', icon: 'product', path: '/chatPage' },