Newer
Older
Nanping_sponge / src / views / index.vue
@liyingjing liyingjing on 25 Oct 273 bytes 南平登录模块
<template>
  <div class="app-container home flex flex-v">首页</div>
</template>

<script setup name="Index">
// import homePng from "@/assets/images/businesPatrol/index.png";
</script>

<style scoped lang="scss">
.home {
  height: 100%;
  background: #f5f7fe;
}
</style>