Browse Source

fix: 目录大小写

dev
zhangjiming 7 months ago
parent
commit
c9f84c9988
  1. 11
      src/pages/Index/Regular/Consumables.vue

11
src/pages/Index/Regular/Consumables.vue

@ -95,7 +95,7 @@
</template>
<script setup lang="ts">
import { MoveLiquidArea, SpttingPlates, MainComponent } from '../components'
import { MoveLiquidArea, SpttingPlates, MainComponent } from '../Components'
// import SliderAreaEx from '../components/Consumables/SliderAreaEx.vue';
// import DragAreaEx from '../components/Consumables/DragAreaEx.vue';
import { ref, onMounted, onActivated, onBeforeUnmount, watch } from 'vue'
@ -120,13 +120,6 @@ import { ElMessage } from 'element-plus'
const { wsUrl } = getServerInfo('/api/v1/app/ws/state')
const socket = createWebSocket(wsUrl)
// const sliderValue = ref(25); //
// const totalVal = ref(50)
// const hVal = ref(10)
// const hTotal = ref(60)
// const vVal = ref(10)
// const vTotal = ref(60)
const consumableStore = useConsumablesStore()
const emergencyStore = useEmergencyStore()
@ -380,7 +373,7 @@ const handleIsUnload = () => {
isAlreadyLoad.value = false
isHandleScan.value = false
socket.unsubscribe<ConsumablesStateMessage>(
'ConsumablesStateService',
'ConsumablesState',
handleConsumablesState,
)
// moveLiquids tempTipNum

Loading…
Cancel
Save