|
...
|
...
|
@@ -49,10 +49,10 @@ |
|
49
|
49
|
<script lang="ts">
|
|
50
|
50
|
import { defineComponent, ref, computed, unref, getCurrentInstance, reactive } from 'vue';
|
|
51
|
51
|
import { BasicModal, useModalInner } from '/@/components/Modal';
|
|
52
|
|
- import DeviceProfileStep1 from '/@/views/device/profile/step/DeviceProfileStep1.vue';
|
|
53
|
|
- import DeviceProfileStep2 from '/@/views/device/profile/step/DeviceProfileStep2.vue';
|
|
54
|
|
- import DeviceProfileStep3 from '/@/views/device/profile/step/DeviceProfileStep3.vue';
|
|
55
|
|
- import DeviceProfileStep4 from '/@/views/device/profile/step/DeviceProfileStep4.vue';
|
|
|
52
|
+ import DeviceProfileStep1 from '/@/views/device/profiles/step/DeviceProfileStep1.vue';
|
|
|
53
|
+ import DeviceProfileStep2 from '/@/views/device/profiles/step/DeviceProfileStep2.vue';
|
|
|
54
|
+ import DeviceProfileStep3 from '/@/views/device/profiles/step/DeviceProfileStep3.vue';
|
|
|
55
|
+ import DeviceProfileStep4 from '/@/views/device/profiles/step/DeviceProfileStep4.vue';
|
|
56
|
56
|
import { Steps } from 'ant-design-vue';
|
|
57
|
57
|
import { deviceConfigAddOrEdit, deviceConfigGetDetail } from '/@/api/device/deviceConfigApi';
|
|
58
|
58
|
import { useMessage } from '/@/hooks/web/useMessage';
|
...
|
...
|
|