king
2019-12-01 cf8e332b14ca79859fcd89f2ac097ed7c6aa66c5
src/store/action-type.js
@@ -14,4 +14,16 @@
export const RESET_STATE = 'RESET_STATE'
// 修改编辑模式
export const RESET_DEBUG = 'RESET_DEBUG'
export const RESET_DEBUG = 'RESET_DEBUG'
// 刷新tab页面
export const REFRESH_TABVIEW = 'REFRESH_TABVIEW'
// 重置编辑状态
export const RESET_EDITSTATE = 'RESET_EDITSTATE'
// 重置编辑级别
export const RESET_EDITLEVEL = 'RESET_EDITLEVEL'
// 退出
export const LOGOUT = 'LOGOUT'