保存进度!

This commit is contained in:
2023-02-05 11:54:48 +08:00
parent c6e2d0ba06
commit ddb57c8961
6 changed files with 69 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-01-04 11:05:44
* @LastEditors: Kane
* @LastEditTime: 2023-02-04 22:48:20
* @LastEditTime: 2023-02-05 10:53:45
* @FilePath: /IT/src/layout/Index.vue
* @Description:
*
@@ -52,14 +52,12 @@ export default {
onMounted(() =>
{
//加载数据
// query_requirement_status()
// .then((response) =>
// {
// // debugger;
// const data = response.data;
// console.log(data);
// })
// .catch((error) =>

View File

@@ -2,8 +2,8 @@
* @Author: Kane
* @Date: 2023-01-04 11:30:33
* @LastEditors: Kane
* @LastEditTime: 2023-02-04 01:15:34
* @FilePath: \IT工具综合平台\src\layout\components\Aside.vue
* @LastEditTime: 2023-02-05 10:47:17
* @FilePath: /IT/src/layout/components/Aside.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved. 223142 2f4156
@@ -92,7 +92,7 @@ export default {
//获取导航栏是否折叠的标志
asideCollapse()
{
return this.$store.state.app.asideBarCollapse;
return this.$store.state.app.ui.asideBarCollapse;
}
},
created()