全局增加关于登录信息的扩展埋点
This commit is contained in:
		| @@ -2,7 +2,7 @@ import Vue from 'vue' | ||||
| import Vuex from 'vuex' | ||||
| import preState from 'vuex-persistedstate' | ||||
| import * as modules from "dvcp-ui/lib/js/modules" | ||||
| import xsMutations from "../../project/xiushan/mutations" | ||||
| import xsActions from "../../project/xiushan/actions" | ||||
|  | ||||
| Vue.use(Vuex) | ||||
|  | ||||
| @@ -17,7 +17,9 @@ export default new Vuex.Store({ | ||||
|     cleanApps(state) { | ||||
|       state.apps = [] | ||||
|     }, | ||||
|     ...xsMutations | ||||
|   }, | ||||
|   actions: { | ||||
|     ...xsActions | ||||
|   }, | ||||
|   modules, | ||||
|   plugins: [preState()] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user