Newer
Older
KaiFengPC / src / views / sponeScreen / longYW / index.vue
@zhangdeliang zhangdeliang on 17 Jun 243 bytes update
<template>
  <!-- 海绵综合一张图 长效运维 -->
  <div class="publicContainer">长效运维</div>
</template>

<script setup>
const { proxy } = getCurrentInstance();

onMounted(() => {});
</script>

<style lang="scss" scoped></style>