From 76b944ec6fdf255ab7df1deb78733f5ea02c28a3 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 10 Mar 2022 14:48:14 +0800
Subject: [PATCH] +全景
---
src/components/map/components/mapPopup copy.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/components/map/components/mapPopup copy.vue b/src/components/map/components/mapPopup copy.vue
index fbb356b..32c3e79 100644
--- a/src/components/map/components/mapPopup copy.vue
+++ b/src/components/map/components/mapPopup copy.vue
@@ -268,7 +268,7 @@
<div class="arrow-rb"></div>
<div class="label-wrap">
<div class="title">
- {{ nowlabelLayerData.name }} 二维码分享
+ {{ nowlabelLayerData.name }}
<img
@click="closelabelLayerid"
class="close-box"
@@ -1166,7 +1166,6 @@
}
// console.log(data);
setlabel(data).then((res) => {
- console.log(res)
if (res.data.code == 200) {
doit()
that.$message({
--
Gitblit v1.9.3