Merge branch 'lx' of http://192.168.110.2:3000/taoge_xiaodi/maintenance_system into szq
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user