Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	vue.config.js
zyp 2 settimane fa
parent
commit
6513423e27
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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调用' }