src/store/service.js
@@ -1,6 +1,6 @@ import axios from 'axios' axios.defaults.baseURL = '/minkesoft/webapi/dostar' axios.defaults.baseURL = '/webapi/dostar' axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8' axios.defaults.crossDomain = true axios.defaults.withCredentials = true