| | |
| | | |
| | | export default new Vuex.Store({ |
| | | state: { |
| | | oldTree: null, |
| | | catalogueName: '', |
| | | cataNode: {}, |
| | | lang: 'zh', |
| | |
| | | propertiesFlag: null, |
| | | propertiesName: null, |
| | | propertiesInfo: null, |
| | | pickUpPointInfo: null, |
| | | |
| | | //主题切换 |
| | | theme: variables.theme, |
| | |
| | | checkedKeys: [], |
| | | queryInfo: [], |
| | | Map3: [], |
| | | histogramLayer: [] |
| | | histogramLayer: [], |
| | | attachModel: false, |
| | | attachinfo: null, |
| | | catModel: false, |
| | | catModelInfo: null, |
| | | showPopBoxFlag: false, |
| | | pickoption: null, |
| | | previewLayer: null, |
| | | histLenged: false, |
| | | setAlphaDity: null, |
| | | setAlphaList: [], |
| | | isProjectLayer: [], |
| | | pigCode: null, |
| | | listenTime: null, |
| | | //地表变形 |
| | | surfaceDeForm: { |
| | | falg: false, |
| | | gid: null, |
| | | val: null |
| | | }, |
| | | setChangeBaseMap:true, |
| | | showThematicFlag:false, |
| | | }, |
| | | mutations: { |
| | | UPDATE_LISTEN_TIME(state, msg) { |
| | | state.listenTime = msg; |
| | | }, |
| | | //获取权限合集 |
| | | getPermsEntity(state, msg) { |
| | | state.permsEntity = msg; |