Commit 5d90826e authored by 赵伟庚's avatar 赵伟庚

fix 服务注册

parent d9fb679e
Pipeline #76752 passed with stage
...@@ -52,7 +52,7 @@ pipeline: ...@@ -52,7 +52,7 @@ pipeline:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
base: registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5 base: registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5
repo: gzgajzapi/apaas-ui repo: gzgajzapi/apaas-ui
version: v3.0.3 version: v3.0.4
channel: alpha channel: alpha
registry: hub.wodcloud.com registry: hub.wodcloud.com
secrets: secrets:
...@@ -69,8 +69,8 @@ pipeline: ...@@ -69,8 +69,8 @@ pipeline:
dns: 223.5.5.5 dns: 223.5.5.5
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
source: hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.3-alpha source: hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.4-alpha
target: hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.3 target: hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.4
registry: hub.wodcloud.com registry: hub.wodcloud.com
secrets: secrets:
- source: REGISTRY_USER - source: REGISTRY_USER
......
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
</div> </div>
<!-- 服务地址 除流程类模版 --> <!-- 服务地址 除流程类模版 -->
<div v-if="serviceTemplate != 10"> <div v-if="serviceTemplate != 10 && jkxy == 1">
<div <div
class="fwcs_fwdz" class="fwcs_fwdz"
...@@ -623,7 +623,7 @@ ...@@ -623,7 +623,7 @@
</div> </div>
</block-radius> </block-radius>
<div v-if="serviceTemplate == 10"> <div v-if="serviceTemplate == 10 && jkxy == 1">
<!-- 综合服务流程类 --> <!-- 综合服务流程类 -->
<block-radius <block-radius
v-for="(itemOne, indexOne) in liucheng_list" v-for="(itemOne, indexOne) in liucheng_list"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment