Commit a28202e6 by 段启岩

修改dev配置

parent 48f433d9
......@@ -69,8 +69,8 @@ module.exports = {
* axios options
*/
axios: {
baseURL: process.env.NODE_ENV === 'production' ? 'http://localhost:8080' : 'http://opensource.yundingshuyuan.com',
browserBaseURL: 'http://opensource.yundingshuyuan.com'
baseURL: process.env.NODE_ENV === 'production' ? 'http://localhost:8080' : 'http://api.opensource.yundingshuyuan.com',
browserBaseURL: process.env.NODE_ENV === 'production' ? 'http://opensource.yundingshuyuan.com' : 'http://api.opensource.yundingshuyuan.com'
},
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