Commit 719a9f64 by Administrator

Merge branch 'add-dev' into 'master'

修改dev配置

See merge request pigbigbig/beyond-clouds-front!85
parents 48f433d9 a28202e6
...@@ -69,8 +69,8 @@ module.exports = { ...@@ -69,8 +69,8 @@ module.exports = {
* axios options * axios options
*/ */
axios: { axios: {
baseURL: process.env.NODE_ENV === 'production' ? 'http://localhost:8080' : 'http://opensource.yundingshuyuan.com', baseURL: process.env.NODE_ENV === 'production' ? 'http://localhost:8080' : 'http://api.opensource.yundingshuyuan.com',
browserBaseURL: 'http://opensource.yundingshuyuan.com' browserBaseURL: process.env.NODE_ENV === 'production' ? 'http://opensource.yundingshuyuan.com' : 'http://api.opensource.yundingshuyuan.com'
}, },
router: { router: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment