Files
dypid/web/src/App.vue
YGXB_net 640b1aa99e
All checks were successful
构建Docker镜像 / build-and-deploy (push) Successful in 1m33s
feat(auth): 重构权限管理系统和路由结构
2025-09-04 13:08:48 +08:00

16 lines
179 B
Vue

<script setup lang="ts">
</script>
<template>
<router-view></router-view>
</template>
<style scoped>
html, body, #app {
height: 100%;
margin: 0;
padding: 0;
}
</style>