diff --git a/.gitignore b/.gitignore index c44b3c1..73eb9f4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.idea/ /dist/ /dist1/ +/assets/ diff --git a/src/views/privateOrder/security/components/componentLeft.vue b/src/views/privateOrder/security/components/componentLeft.vue index ad5ed59..93b9d15 100644 --- a/src/views/privateOrder/security/components/componentLeft.vue +++ b/src/views/privateOrder/security/components/componentLeft.vue @@ -51,7 +51,7 @@
- 监管对象 + 监管对象11
受攻击IP国家:
-
{{ tableDataPop.sattackIpArea }}
+
+ {{ tableDataPop.sattackIpArea }} +
@@ -733,7 +735,7 @@ export default { } if (this.dialogType == "系统监测") { this.dialogWidth = "2100px"; - this.queryParams.areaId = 1; + // this.queryParams.areaId = 1; if (!this.queryParams.type) { this.queryParams.type = type; }