import * as api from '@/api/index'
// import {getUserInfo} from "@/api/modules/global/global";

const state = {
	apiProxy: {
		BaseMap1Api: 'BaseMap1-api',	// 地图底图代理1 http://59.255.48.160:81
		BaseMap2Api: 'BaseMap2-api',	// 地图底图代理2 http://59.212.37.22
		BaseMap3Api: 'BaseMap3-api',	// 地图底图代理3 http://59.212.146.170
		geoserverApi: 'geoserver-api',	// 地图服务代理
	},
	userInfo: <any>{},
}

const getters = {
}

const mutations = {

}

const actions = {
}

export default {
	namespaced: true,
	state,
	getters,
	mutations,
	actions
}