wangfei
2025-10-21 dbcc700e995d8c1ce2a3bea4c23c9b0d23c1e65d
UI-Project/src/views/Visualization/screentwo.vue
@@ -33,7 +33,6 @@
// onMounted(fetchTableData);
request.get("unLoadGlass/downStorage/selectStorageCage").then((res) => {
          if (res.code == 200) {
          console.log(res.data);
          tableData.value = res.data
          } else {
          ElMessage.warning(res.msg)
@@ -130,7 +129,7 @@
</script>
<template>
  <div id="awatch">
    <img src="../../assets/d2.png" alt="" style="width: 100%;height: 160%;margin-top: 20px;">
    <img src="/d2.png" alt="" style="width: 100%;height: 160%;margin-top: 20px;">
</div>
</template>
<style scoped>