add admin page and welcome page

This commit is contained in:
RockYang
2023-04-27 18:46:45 +08:00
parent 6409531ee4
commit 82d097cb4a
5 changed files with 331 additions and 9 deletions

View File

@@ -3,11 +3,11 @@
</template>
<script>
import { defineComponent } from 'vue'
import {defineComponent} from 'vue'
export default defineComponent({
setup () {
// TODO: 获取会话
setup() {
// TODO: 初始化操作
},
})
</script>