加入后台管理模块。

This commit is contained in:
2023-03-23 18:39:15 +08:00
parent a03da1bba9
commit cca2f449ac
15 changed files with 626 additions and 82 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-03-17 12:07:48
* @LastEditTime: 2023-03-23 16:32:01
* @FilePath: /task_schedule/src/main.js
* @Description:
*
@@ -28,7 +28,7 @@ const app = createApp(App);
// 注册element-plus的图标
for (const [key, component,] of Object.entries(ElementPlusIconsVue))
{
app.component(key, component);
app.component(key, component);
}
app.use(ElementPlus);