Skip to content

Commit

Permalink
fix: setting production api url
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowhen authored Nov 16, 2017
1 parent 394b7e9 commit 4118c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const config = {
be: {
dev: (custom.be && custom.be.dev) || '127.0.0.1:8000',
pre: (custom.be && custom.be.pre) || '',
pro: (custom.be && custom.be.dev) || '',
pro: (custom.be && custom.be.pro) || '',
},
proxy: custom.proxy || {
'/data/sk/101010100.html': 'www.weather.com.cn:80',
Expand Down

0 comments on commit 4118c47

Please sign in to comment.