feat: 重写日志服务

This commit is contained in:
DEV_DSW
2025-12-18 14:48:38 +08:00
parent 8dec7d676e
commit 69a8e9472f
2 changed files with 177 additions and 26 deletions

View File

@@ -11,8 +11,8 @@ import "./styles/index.css";
import 'element-plus/dist/index.css'
// 引入全局组件
import HeaderBar from './components/HeaderBar/index.vue'
import DragRegion from './components/DragRegion/index.vue'
import HeaderBar from '@components/HeaderBar/index.vue'
import DragRegion from '@components/DragRegion/index.vue'
const components: Plugin = (app) => {
app.component('HeaderBar', HeaderBar);