Newer
Older
KaiFengPC / src / views / sponeScreen / HaiMianScreen / index.vue
@zhangdeliang zhangdeliang on 23 May 324 bytes update
<template>
  <!-- 海绵综合一张图首页 -->
  <div class="hmMainPage">海绵综合一张图首页</div>
</template>

<script setup>
import bus from '@/bus';

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

<style scoped lang="scss">
.hmMainPage {
  width: 100%;
  height: 100%;
  background: #010e22;
  position: relative;
}
</style>