rev: api位置挪动
This commit is contained in:
@@ -52,7 +52,7 @@ import DiagramToolbar from './DiagramToolbar.vue'
|
||||
import DiagramSidebar from './DiagramSidebar.vue'
|
||||
import PropertyPanel from './PropertyPanel.vue'
|
||||
import { registerCustomElement } from './node'
|
||||
import crudStage from '@/api/logicflow/stage'
|
||||
import crudStage from '@/views/system/logicflow/stage'
|
||||
|
||||
let data = ''
|
||||
let lf = ''
|
||||
|
||||
@@ -89,7 +89,7 @@ import ZoomOut from './icon/ZoomOut.vue'
|
||||
import StepBack from './icon/StepBack.vue'
|
||||
import StepFoward from './icon/StepFoward.vue'
|
||||
import AreaSelect from './icon/AreaSelect.vue'
|
||||
import crudStage from '@/api/logicflow/stage'
|
||||
import crudStage from '@/views/system/logicflow/stage'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
@@ -171,7 +171,7 @@
|
||||
<script>
|
||||
import { Sketch } from 'vue-color'
|
||||
import { shortStyles, borderStyles, fontFamilies } from '../constant'
|
||||
import crudStageImage from '@/api/logicflow/stageImage'
|
||||
import crudStageImage from '@/views/system/logicflow/stageImage'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user