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.
13 lines
236 B
13 lines
236 B
<template>
|
|
<el-card shadow="never"
|
|
class="aui-card--fill home_bg_img">
|
|
<div class="mod-home">
|
|
<h1>欢迎使用安宁e家管理平台</h1>
|
|
</div>
|
|
</el-card>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
|