zhoushihao
2025-08-18 a4a795a986b009779f09e9a825c0099aa0bacbb8
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>