<template> <!-- 污水系统 --> <div class="wushuixitongHeHu"> </div> </template> <script setup name="wushuixitongHeHu"> import {ref,reactive,onMounted} from "vue" const { proxy } = getCurrentInstance(); onMounted(() => {}); </script> <style lang="scss" scoped> .wushuixitongHeHu { } </style>