rev: acs api位置挪动

This commit is contained in:
2024-05-29 18:26:09 +08:00
parent 101d3d471b
commit 9f050bd0ed
113 changed files with 299 additions and 309 deletions

View File

@@ -82,13 +82,13 @@ import {
updateConfig,
testRead,
testwrite
} from '@/api/acs/device/driverConfig'
import { selectOpcList } from '@/api/acs/device/opc'
import { selectPlcList } from '@/api/acs/device/opcPlc'
import { selectListByOpcID } from '@/api/acs/device/opcPlc'
} from '@/views/acs/device/driverConfig'
import { selectOpcList } from '@/views/acs/device/opc/opc'
import { selectPlcList } from '@/views/acs/device/opc/opcPlc'
import { selectListByOpcID } from '@/views/acs/device/opc/opcPlc'
import crud from '@/mixins/crud'
import deviceCrud from '@/api/acs/device/device'
import deviceCrud from '@/views/acs/device/device'
export default {
name: 'StandardStorage',