保存进度!
This commit is contained in:
@@ -2,16 +2,19 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-01-07 22:25:43
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-01-11 09:44:46
|
||||
* @FilePath: \admin_system\src\store\modules\app.js
|
||||
* @LastEditTime: 2023-02-05 10:47:28
|
||||
* @FilePath: /IT工具综合平台/src/store/modules/app.js
|
||||
* @Description: vuex中存放全局数据的模块
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
*/
|
||||
const state = {
|
||||
count: 1001,
|
||||
asideBarCollapse: false, //侧边栏折叠标志位
|
||||
userInfo: null, //用户信息和token
|
||||
ui:{ //ui相关的数据
|
||||
asideBarCollapse: false, //侧边栏折叠标志位
|
||||
|
||||
},
|
||||
};
|
||||
const getters = {};
|
||||
const mutations = {
|
||||
|
Reference in New Issue
Block a user