diff --git a/f/web-kboss/src/components/FloatingBox/FloatingBox.vue b/f/web-kboss/src/components/FloatingBox/FloatingBox.vue index 7c2d8de..90e235a 100644 --- a/f/web-kboss/src/components/FloatingBox/FloatingBox.vue +++ b/f/web-kboss/src/components/FloatingBox/FloatingBox.vue @@ -252,7 +252,7 @@ export default { }, getYunbaoProducts() { return [ - { id: 'bid', key: this.$t('yunbao.products.bid'), intro: 'E投标智能体是覆盖「招标解析→标书编制→合规审查→查重→知识沉淀」全链路的一站式投标AI解决方案,帮企业将编标周期从数天压缩至小时级,低级废标率降低100%。' }, + // { id: 'bid', key: this.$t('yunbao.products.bid'), intro: 'E投标智能体是覆盖「招标解析→标书编制→合规审查→查重→知识沉淀」全链路的一站式投标AI解决方案,帮企业将编标周期从数天压缩至小时级,低级废标率降低100%。' }, { id: 'tender', key: this.$t('yunbao.products.tender'), intro: 'E招标智能体,AI辅助编制招标文件,自动合规性审查,让招标流程更高效、更透明、更合规。' }, { id: 'evaluation', key: this.$t('yunbao.products.evaluation'), intro: 'E评标智能体,AI辅助评标分析,自动提取关键指标、横向对比评分、识别异常报价,帮助评标专家高效、公正地完成评审工作。' }, { id: 'loggingReview', key: this.$t('yunbao.products.loggingReview'), intro: '面向林业管理的行业智能体,可在线完成采伐申请材料的智能核验,自动比对采伐范围、树种、蓄积量等核心指标与合规要求,快速识别违规申请,助力林业资源可持续利用。' }, @@ -414,7 +414,7 @@ export default { if (action === 'browse') { setTimeout(() => { this.addBotMsg(vm.$t('yunbao.recommend'), [ - { text: vm.$t('yunbao.products.bid'), desc: vm.$t('yunbao.productDescs.bid'), action: 'goExternal', url: 'https://bid-ocai-v2.jinan.opencomputing.cn/', type: 'cards' }, + // { text: vm.$t('yunbao.products.bid'), desc: vm.$t('yunbao.productDescs.bid'), action: 'goExternal', url: 'https://bid-ocai-v2.jinan.opencomputing.cn/', type: 'cards' }, { text: vm.$t('yunbao.products.contract'), desc: vm.$t('yunbao.productDescs.contract'), action: 'goContract', type: 'cards' }, { text: vm.$t('yunbao.products.decision'), desc: vm.$t('yunbao.productDescs.decision'), action: 'goInvest', type: 'cards' } ]) diff --git a/f/web-kboss/src/router/index.js b/f/web-kboss/src/router/index.js index 21422c3..2bec5ab 100644 --- a/f/web-kboss/src/router/index.js +++ b/f/web-kboss/src/router/index.js @@ -108,6 +108,18 @@ export const constantRoutes = [ meta: { title: 'H5关于我们', fullPath: '/h5HomePage/about' } + }, + { + path: 'decision-case', + title: 'H5投策智能体案例', + component: () => import('@/views/H5/decisionCase/index.vue'), + meta: { title: '投策智能体', fullPath: '/h5HomePage/decision-case' } + }, + { + path: 'contract-case', + title: 'H5合同智能审查案例', + component: () => import('@/views/H5/contractCase/index.vue'), + meta: { title: '合同智能审查', fullPath: '/h5HomePage/contract-case' } } ] }, diff --git a/f/web-kboss/src/store/modules/permission.js b/f/web-kboss/src/store/modules/permission.js index 0f70765..4f8e356 100644 --- a/f/web-kboss/src/store/modules/permission.js +++ b/f/web-kboss/src/store/modules/permission.js @@ -228,6 +228,18 @@ if (isMobile) { fullPath: "/h5HomePage/about", isMobile: true }, + }, + { + path: 'decision-case', + title: 'H5投策智能体案例', + component: () => import('@/views/H5/decisionCase/index.vue'), + meta: { title: '投策智能体', fullPath: '/h5HomePage/decision-case', isMobile: true } + }, + { + path: 'contract-case', + title: 'H5合同智能审查案例', + component: () => import('@/views/H5/contractCase/index.vue'), + meta: { title: '合同智能审查', fullPath: '/h5HomePage/contract-case', isMobile: true } } ] }); diff --git a/f/web-kboss/src/views/H5/about/index.vue b/f/web-kboss/src/views/H5/about/index.vue index caf1ec6..72a3700 100644 --- a/f/web-kboss/src/views/H5/about/index.vue +++ b/f/web-kboss/src/views/H5/about/index.vue @@ -1,5 +1,6 @@