Browse Source

视频帮办点位增加,修改视频帮办点位iframe关闭按钮样式

wandequan 1 year ago
parent
commit
5928d5c5a8
2 changed files with 50 additions and 5 deletions
  1. 46 1
      public/static/config/config2.js
  2. 4 4
      src/components2/Tool.vue

+ 46 - 1
public/static/config/config2.js

@@ -1242,7 +1242,52 @@ systemConfig.pointInfo = {
                 lon: 121.12263801839276,
                 lat: 31.153785249294486,
                 h: 2.1
-            }, 
+            },
+            url: "https://sso.eshimin.com/login?service=http%3A%2F%2Fapi.eshimin.com%2Foauth%2Fauthorize%3Fclient_id%3D8OwOZabxfw%26response_type%3Dcode%26redirect_uri%3Dhttps%253A%252F%252Fzw.shqp.gov.cn%252Fqpzw%252Fzhengwu-online-hall-mobile-qp%252F%253Fsource%3DSUISHENBAN_APP%26scope%3Dread",
+            pc_url: "",
+            text: []
+        },
+        {
+            name: "视频帮办",
+            type: 6,
+            img: "./static/images/point.png",
+            sizeW: 30,
+            sizeH: 30,
+            param: {
+                lon: 121.1226720937384,
+                lat: 31.15379110558917,
+                h: 2.1
+            },
+            url: "https://sso.eshimin.com/login?service=http%3A%2F%2Fapi.eshimin.com%2Foauth%2Fauthorize%3Fclient_id%3D8OwOZabxfw%26response_type%3Dcode%26redirect_uri%3Dhttps%253A%252F%252Fzw.shqp.gov.cn%252Fqpzw%252Fzhengwu-online-hall-mobile-qp%252F%253Fsource%3DSUISHENBAN_APP%26scope%3Dread",
+            pc_url: "",
+            text: []
+        },
+        {
+            name: "视频帮办",
+            type: 6,
+            img: "./static/images/point.png",
+            sizeW: 30,
+            sizeH: 30,
+            param: {
+                lon: 121.12260201133859,
+                lat: 31.153778912832486,
+                h: 2.1
+            },
+            url: "https://sso.eshimin.com/login?service=http%3A%2F%2Fapi.eshimin.com%2Foauth%2Fauthorize%3Fclient_id%3D8OwOZabxfw%26response_type%3Dcode%26redirect_uri%3Dhttps%253A%252F%252Fzw.shqp.gov.cn%252Fqpzw%252Fzhengwu-online-hall-mobile-qp%252F%253Fsource%3DSUISHENBAN_APP%26scope%3Dread",
+            pc_url: "",
+            text: []
+        },
+        {
+            name: "视频帮办",
+            type: 6,
+            img: "./static/images/point.png",
+            sizeW: 30,
+            sizeH: 30,
+            param: {
+                lon: 121.12256701590539,
+                lat: 31.153773339637965,
+                h: 2.1
+            },
             url: "https://sso.eshimin.com/login?service=http%3A%2F%2Fapi.eshimin.com%2Foauth%2Fauthorize%3Fclient_id%3D8OwOZabxfw%26response_type%3Dcode%26redirect_uri%3Dhttps%253A%252F%252Fzw.shqp.gov.cn%252Fqpzw%252Fzhengwu-online-hall-mobile-qp%252F%253Fsource%3DSUISHENBAN_APP%26scope%3Dread",
             pc_url: "",
             text: []

+ 4 - 4
src/components2/Tool.vue

@@ -1529,15 +1529,15 @@ export default {
   }
 
   .close {
-    width: 20px;
-    height: 20px;
-    margin: 4px 4px;
+    width:32px;
+    height: 32px;
+    margin: 10px 20px;
     background: #c5c5c5 url(~@/assets/img/tool/close.png) center center / 60% 60% no-repeat;
     position: absolute;
     top: 0px;
     right: 0px;
     z-index: 999;
-    border-radius: 20px; 
+    border-radius: 32px; 
   }
 }
 </style>