refactor: 优化系统监控、代码生成、任务调度相关代码

This commit is contained in:
2024-11-17 14:22:08 +08:00
parent 4edbe54fe3
commit 0bd0ff5e21
122 changed files with 365 additions and 338 deletions

View File

@@ -8,4 +8,4 @@ import ErrorPage from './components/ErrorPage.vue'
defineOptions({ name: 'Error403' })
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -8,4 +8,4 @@ import ErrorPage from './components/ErrorPage.vue'
defineOptions({ name: 'Error404' })
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -8,4 +8,4 @@ import ErrorPage from './components/ErrorPage.vue'
defineOptions({ name: 'Error500' })
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -42,7 +42,7 @@ const back = () => {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.error-page {
width: 100%;
height: 100%;