改变结构

添加权限指令
This commit is contained in:
weicw
2021-08-05 18:26:07 +08:00
parent b706a8a155
commit 97df9286bb
54 changed files with 4057 additions and 5875 deletions

16
src/views/home/index.vue Normal file
View File

@@ -0,0 +1,16 @@
<template>
<div class="ele-body">
<a-card :bordered="false">这是首页
</a-card>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>