Skip to content

Commit 3c7a2a3

Browse files
author
maguohua1
committed
chore: 代理优化
1 parent 0a83a88 commit 3c7a2a3

File tree

2 files changed

+5932
-1
lines changed

2 files changed

+5932
-1
lines changed

build/dev-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var context = config.dev.context
3838

3939
switch(process.env.NODE_ENV){
4040
case 'local': var proxypath = 'http://localhost:8001'; break;
41-
case 'online': var proxypath = 'http://elm.cangdu.org'; break;
41+
case 'online': var proxypath = 'https://elm.cangdu.org'; break;
4242
default: var proxypath = config.dev.proxypath;
4343
}
4444
var options = {

0 commit comments

Comments
 (0)