灯光调整
This commit is contained in:
@@ -415,6 +415,9 @@ onMounted(() => {
|
|||||||
connect().catch(error => {
|
connect().catch(error => {
|
||||||
console.error('连接灯光失败:', error)
|
console.error('连接灯光失败:', error)
|
||||||
})
|
})
|
||||||
|
getVmSaveImageTask().catch(error => {
|
||||||
|
console.error('启动vm定时任务保存图片失败:', error)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 监听步骤变化
|
// 监听步骤变化
|
||||||
@@ -468,6 +471,9 @@ onBeforeUnmount(() => {
|
|||||||
disconnect().catch(error => {
|
disconnect().catch(error => {
|
||||||
console.error('断开灯光失败:', error)
|
console.error('断开灯光失败:', error)
|
||||||
})
|
})
|
||||||
|
getVmCloseTask().catch(error => {
|
||||||
|
console.error('关闭vm定时任务失败:', error)
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
const workOrderResp = ref<WorkOrderResp>({
|
const workOrderResp = ref<WorkOrderResp>({
|
||||||
@@ -685,8 +691,6 @@ const handleNext = async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 处理上一步
|
// 处理上一步
|
||||||
const handlePrevious = () => {
|
const handlePrevious = () => {
|
||||||
if (activeStep.value > 1) {
|
if (activeStep.value > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user