fix: 更改请求地址
This commit is contained in:
parent
f4eb49763a
commit
36c39bb873
@ -63,7 +63,7 @@
|
||||
import { ref, watch } from 'vue'
|
||||
import { getStartNodeFormData, formatTableData } from '@/utils/flow'
|
||||
// import { Plus, Minus } from '@element-plus/icons-vue'
|
||||
import { flowExecuteTrial } from '@/api/device/flow'
|
||||
import { flowExecuteTrial } from '@/api/flow/flow'
|
||||
import { emitter } from '@/utils/eventBus';
|
||||
import { ElMessage } from 'element-plus';
|
||||
import {listTerminal} from "@/api/device/terminal.js";
|
||||
|
||||
@ -106,7 +106,7 @@ import { Plus, Minus } from '@element-plus/icons-vue'
|
||||
import FormItemRecursive from '../FormItemRecursive.vue'
|
||||
import { getInput } from '@/utils/flow'
|
||||
import { useQuote } from './useQuote.js'
|
||||
import { getArmStatus, getArmJointState, getAgvStatus, getAgvStations } from '@/api/device/flow'
|
||||
import { getArmStatus, getArmJointState, getAgvStatus, getAgvStations } from '@/api/flow/flow'
|
||||
import { ElMessage } from 'element-plus'
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
@ -267,7 +267,7 @@ import {
|
||||
flowStop,
|
||||
flowAction,
|
||||
getAgvStations,
|
||||
} from "@/api/device/flow";
|
||||
} from "@/api/flow/flow";
|
||||
import { getDetect } from "@/api/test/detect";
|
||||
import {
|
||||
CircleClose,
|
||||
|
||||
@ -343,7 +343,7 @@ import {
|
||||
updateConfig,
|
||||
} from "@/api/test/config";
|
||||
|
||||
import { flowExecute } from "@/api/device/flow";
|
||||
import { flowExecute } from "@/api/flow/flow";
|
||||
import TableSearch from "@/components/TableSearch/index.vue";
|
||||
import draggable from "vuedraggable";
|
||||
import { listDetect } from "@/api/test/detect.js";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user