Explorar el Código

Merge branch 'master' into release-20170915

yangc hace 8 años
padre
commit
6a8308bea2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/axios.js

+ 1 - 1
plugins/axios.js

@@ -4,7 +4,7 @@ import store from '~store'
 
 const service = axios.create({
   withCredentials: true,
-  baseURL: process.env.proxyUrl || process.env.baseUrl
+  baseURL: '/'
 })
 
 service.interceptors.request.use(config => {