保存进度!

This commit is contained in:
2023-01-30 23:25:57 +08:00
parent 30b0304309
commit d0d143d916
3 changed files with 26 additions and 9 deletions

View File

@@ -2,8 +2,8 @@
* @Author: Kane
* @Date: 2022-12-14 15:12:46
* @LastEditors: Kane
* @LastEditTime: 2023-01-28 21:38:31
* @FilePath: \admin_system\src\router\index.js
* @LastEditTime: 2023-01-30 22:43:16
* @FilePath: \IT工具综合平台\src\router\index.js
* @Description: 定义应用路由配置
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
@@ -50,7 +50,7 @@ const routes = [
title: "工作台",
icon: "house",
},
component: () => import("../views/overview/OverView.vue"),
component: () => import("../views/overview/Desktop.vue"),
},
],
},