king
2019-09-17 bf78e38e638c1488de680f2a193b6d20e93361ff
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