安宁pc前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
236 B

5 years ago
<template>
<el-card shadow="never"
class="aui-card--fill home_bg_img">
<div class="mod-home">
<h1>欢迎使用安宁e家管理平台</h1>
5 years ago
</div>
</el-card>
</template>
<script>
export default {
}
</script>