|
|
@@ -168,11 +168,11 @@ export default {
|
|
|
|
|
|
data() {
|
|
|
return {
|
|
|
- showFjDialog: true,
|
|
|
+ showFjDialog: false,
|
|
|
modelUnpackType: "fengji",
|
|
|
showFjDialogActiveName: "mxjg",
|
|
|
checkMode: false, // 调试模式
|
|
|
- allyShow: false,
|
|
|
+ allyShow: true,
|
|
|
viewer: null,
|
|
|
windLayer: null, // 风场图
|
|
|
windLayerTimmer: null, // 风场图计时器
|
|
|
@@ -947,6 +947,7 @@ export default {
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
background: #fff;
|
|
|
+ opacity: 0.8;
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
align-items: center;
|