规范代码
This commit is contained in:
@@ -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;
|
||||
|
@@ -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,
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user