This commit is contained in:
2023-06-08 21:09:28 +08:00
parent d778ceab61
commit f8947d332a
158 changed files with 17210 additions and 259 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div>
<a-layout-footer class="flex items-center justify-center h-10 footer text-center"
>成都测试管理平台</a-layout-footer
>
</div>
</template>
<script setup></script>
<style lang="less" scoped>
.footer {
color: var(--color-text-2);
}
</style>