<template>
    <div id="">
      qqqq
    </div>
</template>

<script>
// import moment from "moment";
//line移入时的的infowindow
// export default {
//   props: {
//     obj: { typs: Object },
//     title: "",
//     data: {},
//     map: null,
//   },
//   methods: {
//     moment,
//     deviceMore() {
//       this.data.class.view.$router.push({
//         // path: "/dataMonitoring/realtimedetail",
//         path: "/device/deviceInfoDetail",
//         query: {
//           deviceId: this.data.deviceId,
//           // deviceType: this.data.deviceType,
//         },
//       });
//     },
//     close() {
//       this.map.clearInfoWindow();
//       this.data.class.view.domAllShow()
//     },
//   },
// };
</script>


</style>