Explorar el Código

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	vue.config.js
zyp hace 2 semanas
padre
commit
6513423e27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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调用' }