Skip to content

Commit 7e30c73

Browse files
author
c01013
committed
Solve the bug that cannot jump to the streaming production center
1 parent 463cabe commit 7e30c73

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)