manual save(2026-01-22 15:47)
This commit is contained in:
@@ -26,6 +26,7 @@ export const NAVIGATION_MENU = [
|
||||
{ id: 'cases', label: '服务案例', path: '/cases' },
|
||||
{ id: 'news', label: '新闻中心', path: '/news' },
|
||||
{ id: 'learning', label: '培训学习', path: '/learning' },
|
||||
{ id: 'assistant', label: 'AI智能助手', path: '/assistant' },
|
||||
{ id: 'contact', label: '联系我们', path: '/contact' },
|
||||
];
|
||||
|
||||
@@ -153,6 +154,10 @@ export const PAGE_META = {
|
||||
title: '联系我们',
|
||||
description: '联系信息与留言反馈(占位内容)',
|
||||
},
|
||||
assistant: {
|
||||
title: 'AI智能助手',
|
||||
description: '诚裕智能客服:基于知识库的智能问答与留资服务(占位内容)',
|
||||
},
|
||||
};
|
||||
|
||||
// 联系方式配置
|
||||
|
||||
Reference in New Issue
Block a user