Commit eb4f0821 authored by 智勇's avatar 智勇

up

parent 91d53698
......@@ -135,6 +135,10 @@
<svg-icon icon-class="restart"/>
重置服务
</el-dropdown-item>
<el-dropdown-item @click.native="updateDeploy(scope.row)">
<svg-icon icon-class="f5"/>
更新部署
</el-dropdown-item>
<!-- <el-dropdown-item v-permission="['admin']" style="color: red" @click.native="deleteService(scope.row) ">
<svg-icon icon-class="delete"/>
删除服务
......@@ -576,7 +580,7 @@ export default {
const realName = this.reponame.split('/')[1]
this.is_show = realName === 'mysql'
this.is_wechat = realName === 'h5-ui'
this.is_mock = realName === 'gu-bei' || realName === 'clotho' || realName === 'ploutos'
this.is_mock = realName === 'gu-bei' || realName === 'clotho' || realName === 'ploutos' || realName === 'mo-clotho'
this.mock = { key: '"0"', display_name: '' }
this.wechat = { key: '"0"', display_name: '' }
......
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