update:添加管理员审查

This commit is contained in:
2021-04-19 18:03:57 +08:00
parent 812fc89f9f
commit fe4a3287f0
3 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<template>
<router-view></router-view>
</template>
<script>
export default {
name: "index"
};
</script>