西海岸:应用资源-部署与安全,去掉服务地址

This commit is contained in:
guoyue 2022-09-23 11:36:02 +08:00
parent 4dc1525520
commit 5e2b32f62a
1 changed files with 4 additions and 2 deletions

View File

@ -41,6 +41,8 @@
<script setup>
import DetalsTitle from '@/views/detailsAll/components/DetalsTitle'
import { ref, defineProps, watch } from 'vue'
const itShowXiHaiAn = whoShow.itShowXiHaiAn
console.log('2222', itShowXiHaiAn)
let dataFrom = ref({
title: '部署与安全',
@ -62,7 +64,7 @@
dataList: { type: Object, default: null },
})
if (props.dataList.infoList) {
if (!whoShow1.value.itShowQingDao) {
if (!whoShow1.value.itShowQingDao && !whoShow1.value.itShowXiHaiAn) {
let obj = {
attrType: '访问地址',
attrValue: props.dataList.link || '------',
@ -119,7 +121,7 @@
if (val) {
dataFrom.value.content[0].childrenContent = []
dataFrom.value.content[1].childrenContent = []
if (!whoShow1.value.itShowQingDao) {
if (!whoShow1.value.itShowQingDao && !itShowXiHaiAn) {
let obj = {
attrType: '访问地址',
attrValue: props.dataList.link || '------',