重新架构

This commit is contained in:
2023-02-28 01:16:49 +08:00
parent 79db808657
commit ef1b43436b
6 changed files with 98 additions and 21 deletions

View File

@@ -0,0 +1,24 @@
<!--
* @Author: Kane
* @Date: 2023-02-28 00:57:21
* @LastEditors: Kane
* @FilePath: /task_schedule/src/components/login/Login.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
登录页面
</template>
<script lang="ts">
export default {
name: "Login",
setup(): void
{
},
};
</script>
<style scoped lang="scss"></style>