Skip to content

Commit

Permalink
Merge pull request #451 from kongslove/dev-1.0.1
Browse files Browse the repository at this point in the history
Solve the bug that cannot jump to the streaming production center
  • Loading branch information
wushengyeyouya authored Nov 18, 2021
2 parents b5c29e4 + 8cb254c commit babdeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/apps/workflows/view/workflow/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default {
},
computed: {
srcUrl() {
const url = ''
let url = ''
const found = this.selectDevprocess.find((item) => this.modeOfKey === item.dicValue)
if (found) {
const {projectName, projectId} = this.$route.query
Expand Down

0 comments on commit babdeec

Please sign in to comment.