保存进度!

This commit is contained in:
2023-02-14 23:36:40 +08:00
parent 007953d129
commit 8315b1f9b2
11 changed files with 69 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ const store = createStore({
modules: {
app,
requirement,
}
},
});
export default store;

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-01-07 22:25:43
* @LastEditors: Kane
* @LastEditTime: 2023-02-05 10:47:28
* @LastEditTime: 2023-02-14 23:10:22
* @FilePath: /IT工具综合平台/src/store/modules/app.js
* @Description: vuex中存放全局数据的模块
*
@@ -29,7 +29,7 @@ const mutations = {
SET_USERINFO(state, userInfo)
{
state.userInfo = userInfo;
}
},
};
const actions = {};