This commit is contained in:
shi
2025-11-15 09:58:58 +08:00
20 changed files with 336 additions and 9 deletions

View File

@ -1,6 +1,7 @@
<template>
<div class="ueScreen">
<Header />
<LeftPage />
</div>
<div class="right">
<Right />
@ -9,7 +10,7 @@
<script setup lang="ts">
import Header from './components/header.vue';
import Right from './components/right.vue';
import LeftPage from './components/leftPage.vue';
</script>
<style scoped lang="scss">