更新代码
@ -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'},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
BIN
public/static/images/banner/about.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
public/static/images/banner/link.png
Normal file
|
After Width: | Height: | Size: 690 KiB |
BIN
public/static/images/banner/news.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/static/images/banner/product.png
Normal file
|
After Width: | Height: | Size: 679 KiB |
BIN
public/static/images/banner/services.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 4.3 KiB |
BIN
public/static/images/main/map.png
Normal file
|
After Width: | Height: | Size: 453 B |
BIN
public/static/images/main/rangu.png
Normal file
|
After Width: | Height: | Size: 626 KiB |
BIN
public/static/images/news/1.png
Normal file
|
After Width: | Height: | Size: 878 KiB |
BIN
public/static/images/news/2.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
public/static/images/news/3.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/static/images/news/4.png
Normal file
|
After Width: | Height: | Size: 714 KiB |