sumyangyang 1 year ago
parent
commit
385fa0bf5d

+ 29 - 0
zhsq_qk-ui/src/assets/images/qkq_sprh.css

@@ -613,3 +613,32 @@ padding: 0px 10px;
 	width: 100%;
 	height: 175px;
 }
+
+
+/* 点位图例 */
+.dwtl{
+	position: absolute;
+	left: 370px;
+	bottom:210px;
+	color: #fff;
+	background-color: rgba(6, 56, 106,0.8);
+	padding: 4px 10px;
+	border-radius: 5px;
+}
+.dwtl p{
+	font-size: 12px;
+	color: #fff;
+	line-height: 22px;
+}
+.dwtl span{
+	display: inline-block;
+	width: 12px;
+	height: 6px;
+	margin-right: 5px;
+}
+.dwtl span.jdlm{
+	background: linear-gradient(to right, #6c4ddf, #4d027c);
+}
+.dwtl span.xqnb{
+	background: linear-gradient(to right, #b7f01c, #378300);
+}

BIN
zhsq_qk-ui/src/assets/images/sprh_11.png


BIN
zhsq_qk-ui/src/assets/images/sprh_12.png


+ 11 - 3
zhsq_qk-ui/src/views/fusion/jtzl.vue

@@ -1,5 +1,6 @@
 <template>
-  <div>
+  <div>
+	 
     <div class="map">
       <supermap ref="supermap" style="height: 100%;width: 100%;position: absolute;z-index: 0;"
                 :yxtSltProps="sltProps"></supermap>
@@ -16,7 +17,13 @@
 				<button @click="yxtHandle">影像图</button>
 			</div>
     </div>
-    <!--头部结束-->
+    <!--头部结束-->
+	<!-- 点位图例 开始 -->
+	<div class="dwtl">
+		<p><span class="jdlm"></span>街道路面</p>
+		<p><span class="xqnb"></span>小区内部</p>
+	</div>
+	<!-- 点位图例 结束 -->
     <!--左侧开始-->
     <div class="left_con sprh-left">
       <div class="top_txt">
@@ -103,7 +110,8 @@
         </div>
       </div>
     </div>
-    <!--右侧结束-->
+    <!--右侧结束-->
+	
     <!--底部开始-->
     <div class="footer">
       <div class="nav-bottom">

+ 2 - 1
zhsq_qk-ui/vue.config.js

@@ -35,7 +35,8 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://localhost:8080`,
+        // target: `http://localhost:8080`,
+				target: `http://192.168.4.9:8080`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''