编写登录用的api和后端代码

This commit is contained in:
2023-02-28 19:58:03 +08:00
parent e49f4426f3
commit 1fa3b7cfdc
9 changed files with 78 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-02-15 16:21:24
* @LastEditTime: 2023-02-28 19:14:16
* @FilePath: /task_schedule/src/main.js
* @Description:
*
@@ -19,7 +19,7 @@ import './style.css';
import("element-plus/dist/index.css");
//element-plus
import ElementPlus from "element-plus";;
import ElementPlus from "element-plus";
import * as ElementPlusIconsVue from "@element-plus/icons-vue";
const app = createApp(App);