// import axios from '~plugins/axios' // // export const actions = { // // 登录选择企业 // ChooseRegisterEnterprise ({commit}, params = {}) { // commit('chooseRegisterEnterprise/REQUEST_ENTERPRISE', params) // return axios.post(`/sso/login`, {params}) // .then(response => { // commit('chooseRegisterEnterprise/GET_ENTERPRISE_SUCCESS', response.data) // }, err => { // commit('chooseRegisterEnterprise/GET_ENTERPRISE_FAILURE', err) // }) // } // }