提交代码

This commit is contained in:
yiqiuyang
2025-10-15 16:46:35 +08:00
parent 9a01223fc9
commit 502eaff488
36 changed files with 595 additions and 196 deletions

View File

@ -1,42 +1,40 @@
window.nav = {
header: [
{ id: 1, label: '首页', url: '/', hasChildren: false },
{id: 1, label: '首页', url: '/', hasChildren: false},
{
id: 2,
label: '产品中心',
label: '解决方案',
url: '/product',
hasChildren: true,
children: [
{
id: 2.1,
label: '低空监管体系',
label: '空域感知矩阵',
url: '/product/monitorSystem',
hasChildren: false,
},
{
id: 2.2,
label: '低空远程识别设备',
label: '低空智控中枢',
url: '/product/remoteDevice',
hasChildren: false,
},
],
},
// {id: 3, label: '服务与支撑', url: '/services', hasChildren: false},
{ id: 4, label: '新闻中心', url: '/news', hasChildren: false },
{ id: 5, label: '关于我们', url: '/about', hasChildren: false },
{ id: 6, label: '联系我们', url: '/link', hasChildren: false },
{id: 4, label: '新闻中心', url: '/news', hasChildren: false},
{id: 5, label: '关于我们', url: '/about', hasChildren: false},
{id: 6, label: '联系我们', url: '/link', hasChildren: false},
],
footer: [
{
id: 1,
label: '产品中心',
label: '解决方案',
url: '',
hasChildren: true,
children: [
{ id: 1.1, label: '低空监管体系', url: '/product/monitorSystem' },
{ id: 1.2, label: '低空远程识别设备', url: '/product/remoteDevice' },
{ id: 1.3, label: '智能加载服务', url: '/product' },
{ id: 1.4, label: '智能加载服务', url: '/product' },
{id: 1.1, label: '空域感知矩阵', url: '/product/monitorSystem'},
{id: 1.2, label: '低空智控中枢', url: '/product/remoteDevice'},
],
},
// {
@ -51,15 +49,15 @@ window.nav = {
// url: '/download',
// hasChildren: false,
// },
{ id: 4, label: '新闻中心', url: '/news', hasChildren: false },
{id: 4, label: '新闻中心', url: '/news', hasChildren: false},
{
id: 5,
label: '关于燃谷',
url: '',
hasChildren: true,
children: [
{ id: 5.1, label: '公司简介', url: '/about' },
{ id: 5.2, label: '联系我们', url: '/link' },
{id: 5.1, label: '公司简介', url: '/about'},
{id: 5.2, label: '联系我们', url: '/link'},
],
},
],