西海岸镜像 添加头部路由 线头双向
This commit is contained in:
parent
5f69279437
commit
e84e336d3a
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -104,6 +104,7 @@
|
||||||
{ name: '开发指南', key: 'developmentGuide' },
|
{ name: '开发指南', key: 'developmentGuide' },
|
||||||
{ name: '需求中心', key: 'demandCenter' },
|
{ name: '需求中心', key: 'demandCenter' },
|
||||||
{ name: '个人中心', key: 'personalCenter' },
|
{ name: '个人中心', key: 'personalCenter' },
|
||||||
|
{ name: '区市站点', key: 'mapTest' },
|
||||||
{ name: '后台管理', key: 'houtaiguanli' },
|
{ name: '后台管理', key: 'houtaiguanli' },
|
||||||
{ name: '赋能案例', key: 'assignCase' },
|
{ name: '赋能案例', key: 'assignCase' },
|
||||||
])
|
])
|
||||||
|
@ -164,6 +165,11 @@
|
||||||
path: '/demandCenter',
|
path: '/demandCenter',
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
|
case '区市站点':
|
||||||
|
router.push({
|
||||||
|
path: '/mapTest',
|
||||||
|
})
|
||||||
|
break
|
||||||
case '后台管理':
|
case '后台管理':
|
||||||
window.open(window.SITE_CONFIG.backUrl + '/#/bscatalogue-bscatalogue')
|
window.open(window.SITE_CONFIG.backUrl + '/#/bscatalogue-bscatalogue')
|
||||||
window.reload('http://15.2.21.238:9797')
|
window.reload('http://15.2.21.238:9797')
|
||||||
|
@ -264,7 +270,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 1.9rem;
|
padding: 0 1rem;
|
||||||
background-color: rgba(0, 0, 25, 0.7);
|
background-color: rgba(0, 0, 25, 0.7);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
|
|
@ -331,6 +331,26 @@
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
const convertData2 = function (data) {
|
||||||
|
let res = []
|
||||||
|
for (let i = 0; i < data.length; i++) {
|
||||||
|
let dataItem = data[i]
|
||||||
|
let fromCoord = [120.364482, 36.065671]
|
||||||
|
let toCoord = geoCoordMap[dataItem.name]
|
||||||
|
if (fromCoord && toCoord) {
|
||||||
|
res.push([
|
||||||
|
{
|
||||||
|
coord: fromCoord,
|
||||||
|
value: dataItem.value,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
coord: toCoord,
|
||||||
|
},
|
||||||
|
])
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return res
|
||||||
|
}
|
||||||
;[['市南区', areaMenuList.value]].forEach(function (item) {
|
;[['市南区', areaMenuList.value]].forEach(function (item) {
|
||||||
option.series.push(
|
option.series.push(
|
||||||
{
|
{
|
||||||
|
@ -352,6 +372,25 @@
|
||||||
},
|
},
|
||||||
data: convertData(item[1]),
|
data: convertData(item[1]),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'lines',
|
||||||
|
zlevel: 2,
|
||||||
|
effect: {
|
||||||
|
show: true,
|
||||||
|
period: 4, //箭头指向速度,值越小速度越快
|
||||||
|
trailLength: 0.02, //特效尾迹长度[0,1]值越大,尾迹越长重
|
||||||
|
symbol: 'arrow', //箭头图标
|
||||||
|
symbolSize: 5, //图标大小
|
||||||
|
},
|
||||||
|
lineStyle: {
|
||||||
|
normal: {
|
||||||
|
width: 1, //尾迹线条宽度
|
||||||
|
opacity: 1, //尾迹线条透明度
|
||||||
|
curveness: -0.3, //尾迹线条曲直度
|
||||||
|
},
|
||||||
|
},
|
||||||
|
data: convertData2(item[1]),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'effectScatter',
|
type: 'effectScatter',
|
||||||
coordinateSystem: 'geo',
|
coordinateSystem: 'geo',
|
||||||
|
@ -427,7 +466,7 @@
|
||||||
symbolOffset: [0, -25],
|
symbolOffset: [0, -25],
|
||||||
data: [
|
data: [
|
||||||
{
|
{
|
||||||
name: item[0],
|
name: '',
|
||||||
value: geoCoordMap[item[0]].concat([10]),
|
value: geoCoordMap[item[0]].concat([10]),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -608,12 +647,18 @@
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -0.9rem;
|
top: -0.9rem;
|
||||||
left: -1.88rem;
|
left: -1.84rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.xha {
|
.xha {
|
||||||
top: 5.45rem;
|
top: 5.45rem;
|
||||||
left: 9.6rem;
|
left: 3.5rem;
|
||||||
|
background: url('~@/assets/home/box_bg2.png') no-repeat;
|
||||||
|
.zx {
|
||||||
|
background: url('~@/assets/home/zx2.png') no-repeat;
|
||||||
|
top: -0.9rem;
|
||||||
|
left: 2.82rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.lsq {
|
.lsq {
|
||||||
top: 3.7rem;
|
top: 3.7rem;
|
||||||
|
|
Loading…
Reference in New Issue