Browse Source

Merge branch 'master' into release-20170915

yangc 8 years ago
parent
commit
6a8308bea2
1 changed files with 1 additions and 1 deletions
  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 => {