规范代码

This commit is contained in:
2023-03-06 11:26:47 +08:00
parent ef78c2e42e
commit e99d092862
3 changed files with 39 additions and 40 deletions

View File

@@ -4,8 +4,8 @@
* @LastEditors: Kane
* @FilePath: /task_schedule/src/store/index.ts
* @Description: vuex配置文件
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
import { createStore } from "vuex";
import app from "./modules/app";
@@ -16,4 +16,4 @@ const store = createStore({
},
});
export default store;
export default store;

View File

@@ -3,9 +3,9 @@
* @Date: 2023-03-01 23:03:02
* @LastEditors: Kane
* @FilePath: /task_schedule/src/store/modules/app.ts
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
const state = {
staffInfo: null,
@@ -21,4 +21,4 @@ export default {
getters,
mutations,
actions,
};
};