保存进度!
This commit is contained in:
@@ -16,7 +16,7 @@ const store = createStore({
|
||||
modules: {
|
||||
app,
|
||||
requirement,
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
export default store;
|
@@ -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 = {};
|
||||
|
||||
|
Reference in New Issue
Block a user