Jelajahi Sumber

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	vue.config.js
zyp 2 minggu lalu
induk
melakukan
6513423e27
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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调用' }