Skip to content

Commit

Permalink
chore: 代理优化
Browse files Browse the repository at this point in the history
  • Loading branch information
maguohua1 committed Jul 17, 2020
1 parent 0a83a88 commit 3c7a2a3
Show file tree
Hide file tree
Showing 2 changed files with 5,932 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var context = config.dev.context

switch(process.env.NODE_ENV){
case 'local': var proxypath = 'http://localhost:8001'; break;
case 'online': var proxypath = 'http://elm.cangdu.org'; break;
case 'online': var proxypath = 'https://elm.cangdu.org'; break;
default: var proxypath = config.dev.proxypath;
}
var options = {
Expand Down
Loading

0 comments on commit 3c7a2a3

Please sign in to comment.