From 8c5dc5f7e471386007a9b9d0dedfd060fb6161bf Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Fri, 5 Aug 2022 09:32:03 +0800 Subject: [PATCH] =?UTF-8?q?bug822=EF=BC=9A=E8=83=BD=E5=8A=9B=E9=9B=86?= =?UTF-8?q?=E5=B8=82=EF=BC=9A=E7=BB=84=E4=BB=B6=E6=9C=8D=E5=8A=A1-?= =?UTF-8?q?=E5=9B=BE=E5=B1=82=E8=AF=A6=E6=83=85=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E7=9A=84=E5=9C=B0=E5=9D=80=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E7=82=B9=E5=87=BB=E6=89=93=E5=BC=80=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/LayerService/LayerServiceUsageMode.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue index 2a69ed53..902e9708 100644 --- a/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue +++ b/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue @@ -12,14 +12,14 @@
-

+

服务地址: {{ item.linkValue }}

-

+

样式服务地址: {{ item.csslinkValue }}

@@ -186,6 +186,10 @@ } } ) + //服务地址和样式服务地址跳转方法 + function ServiceAddressFunction(link) { + window.open(link) + } function technical() { // 拼接路径 // const type = pinyin(props.dataList.type, { @@ -280,6 +284,7 @@ color: #212956; line-height: 26px; margin-top: 0.3rem; + cursor: pointer; } p:first-child { margin-top: 0.2rem;