소스 검색

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	vue.config.js
zyp 2 주 전
부모
커밋
6513423e27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/lobster/workflow-canvas/index.vue

+ 1 - 1
src/views/lobster/workflow-canvas/index.vue

@@ -238,7 +238,7 @@ export default {
       })
     },
     goBack() {
-      this.$router.push('/lobster/template')
+      this.$router.push('/lobster/production-workflow/template')
     },
     addNode(type) {
       const names = { 1: '开始', 2: '消息', 3: '判断', 4: '等待', 5: '结束', 6: 'API调用' }