更新代码

This commit is contained in:
yiqiuyang
2025-09-06 10:09:54 +08:00
parent 4414fe517b
commit fa7cb5625c
39 changed files with 574 additions and 177 deletions

View File

@ -1,7 +1,26 @@
window.nav = {
header: [
{id: 1, label: '首页', url: '/', hasChildren: false},
{id: 2, label: '产品中心', url: '/product', hasChildren: false},
{
id: 2,
label: '产品中心',
url: '/product',
hasChildren: true,
children: [
{
id: 2.1,
label: '低空监管体系',
url: '/product/monitorSystem',
hasChildren: false,
},
{
id: 2.2,
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},
@ -10,41 +29,37 @@ window.nav = {
footer: [
{
id: 1,
headerId: 2,
label: '产品中心',
url: '',
hasChildren: true,
children: [
{id: 1.1, headerId: 2, label: '智能加载服务', url: '/product'},
{id: 1.2, headerId: 2, label: '智能加载服务', url: '/product'},
{id: 1.3, headerId: 2, label: '智能加载服务', url: '/product'},
{id: 1.4, headerId: 2, label: '智能加载服务', url: '/product'},
{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: 2,
headerId: 3,
label: '服务与支撑',
url: '/services',
hasChildren: false,
},
{
id: 3,
headerId: 0,
label: '软件下载',
url: '/download',
hasChildren: false,
},
{id: 4, headerId: 4, label: '新闻中心', url: '/news', hasChildren: false},
{id: 4, label: '新闻中心', url: '/news', hasChildren: false},
{
id: 5,
headerId: 0,
label: '关于燃谷',
url: '',
hasChildren: true,
children: [
{id: 5.1, headerId: 5, label: '公司简介', url: '/about'},
{id: 5.2, headerId: 6, label: '联系我们', url: '/link'},
{id: 5.1, label: '公司简介', url: '/about'},
{id: 5.2, label: '联系我们', url: '/link'},
],
},
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 KiB