| | |
| | | top="0" class="dialog-center" :modal-append-to-body="false"> |
| | | <alarm-alert v-if="alarmAlertStatus" :visible.sync="alarmAlertStatus"></alarm-alert> |
| | | </el-dialog> |
| | | <weather-component></weather-component> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | } from '../assets/js/tools' |
| | | import getPageMenu from "@/assets/js/tools/getPageMenu"; |
| | | import checkMenuIsUse from "@/assets/js/tools/checkMenuIsUse"; |
| | | import WeatherComponent from "@/components/weatherComponent"; |
| | | |
| | | export default { |
| | | components: { |
| | | WeatherComponent, |
| | | HdwBadgeBtn, |
| | | ProgressState, |
| | | PifuList, |