install-kubernetes

This commit is contained in:
huanqing.shao
2019-09-02 20:48:35 +08:00
parent 9d8b06c1b0
commit fa9aa1e4e8
6 changed files with 194 additions and 25 deletions

View File

@ -34,7 +34,7 @@ export default {
},
mounted () {
// this.waitAMoment()
this.dialogVisible = this.$page.path.indexOf('micro-service') > 0 && localStorage.getItem('promotion') !== 'compaign'
this.dialogVisible = (this.$page.path.indexOf('micro-service') > 0 || this.$page.path.indexOf('learning') > 0) && localStorage.getItem('promotion') !== 'compaign'
},
methods: {
waitAMoment() {