Skip to content

Commit e7ea313

Browse files
Merge pull request #451 from kongslove/dev-1.0.1
Solve the bug that cannot jump to the streaming production center
2 parents 463cabe + 7e30c73 commit e7ea313

File tree

1 file changed

+1
-1
lines changed
  • web/src/apps/workflows/view/workflow

1 file changed

+1
-1
lines changed

web/src/apps/workflows/view/workflow/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default {
158158
},
159159
computed: {
160160
srcUrl() {
161-
const url = ''
161+
let url = ''
162162
const found = this.selectDevprocess.find((item) => this.modeOfKey === item.dicValue)
163163
if (found) {
164164
const {projectName, projectId} = this.$route.query

0 commit comments

Comments
 (0)