-
-
欢迎登录,{{$store.state.user.name}} !
-
系统已经安全运行 {{homeData.daysOfOperation}} 天
+
+
欢迎登录,{{$store.state.user.name}} !
+
系统已经安全运行 {{homeData.daysOfOperation}} 天
@@ -105,7 +105,8 @@
width: 1632px;
color: #fff;
margin-bottom: 20px;
- background: url(~@/assets/img/home_bgc0.png) no-repeat;
+ /*background: url(~@/assets/img/home_bgc0.png) no-repeat;*/
+ background: url("~@/assets/images/sensitive_bg.png") ;
}
.home_content {
diff --git a/src/views/modules/monitoring/ifarm.vue b/src/views/modules/monitoring/ifarm.vue
new file mode 100644
index 0000000..760b35a
--- /dev/null
+++ b/src/views/modules/monitoring/ifarm.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/monitoring/map.vue b/src/views/modules/monitoring/map.vue
index 8065d84..3217e6a 100644
--- a/src/views/modules/monitoring/map.vue
+++ b/src/views/modules/monitoring/map.vue
@@ -42,11 +42,11 @@
所属组织:{{ item.origin }}
详细地址:{{ item.address }}
经度:{{ item.position.lng }}
-
纬度:{{ item.position.lng }}
+
纬度:{{ item.position.lat }}
IP地址:{{ item.ip }}
摄像机类型:{{ item.type }}
备注:{{ item.name }}
-
+
@@ -69,7 +69,7 @@ export default {
type:"华为",
content:"这是一个摄像头",
name:"摄像头1",
- animal:"BMAP_ANIMATION_DROP"
+ animal:"BMAP_ANIMATION_BOUNCE"
},
{
position: { lng: 103.831057, lat: 30.755467 },
@@ -229,9 +229,16 @@ export default {
/deep/ .BMap_bubble_content .info-window .address{
color: #fff;
}
+/*窗体阴影*/
+/deep/ .BMap_shadow {
+ /*margin-left: -1100px !important;*/
+ display: none;
+}
+
/*//此处修改百度地图信息窗口的小箭头样式,里面的图标也可以在这里自定义,直接添加 img{}自定义就好了*/
/deep/ .BMap_pop div:nth-child(8) {
background-color: rgb(255, 255, 255, 0) !important;
+ /*display: none;*/
/*color: white !important;*/
/*!/设置透明度*!*!*/
/*opacity: 0.6;*/
diff --git a/vue.config.js b/vue.config.js
index 7626567..c68bd77 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -3,7 +3,14 @@
*/
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
- lintOnSave: false,
+ lintOnSave: false,//关闭语法检查,避免不必要的语法报错
+ // css: {
+ // loaderOptions: {
+ // less: {
+ // javascriptEnabled: true
+ // }
+ // }
+ // },
chainWebpack: config => {
const svgRule = config.module.rule('svg')
svgRule.uses.clear()