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
238 B
14 lines
238 B
5 years ago
|
<template>
|
||
|
<el-card shadow="never"
|
||
|
class="aui-card--fill home_bg_img">
|
||
|
<div class="mod-home">
|
||
|
<h1>欢迎使用微笑榆山管理平台</h1>
|
||
|
</div>
|
||
|
</el-card>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
}
|
||
|
</script>
|