File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const prodEnv = require('./prod.env')
55module . exports = merge ( prodEnv , {
66 NODE_ENV : '"development"' ,
77 // 接口地址配置
8- BASE_URL : '"http://xxxxx "' ,
8+ BASE_URL : '"http://localhost:9000 "' ,
99 //ws 服务的地址配置
1010 WS_BASE_URL :'"ws://xxxx"' ,
1111 //cookie 的过期时间
Original file line number Diff line number Diff line change 22module . exports = {
33 NODE_ENV : '"production"' ,
44 // 接口地址配置
5- BASE_URL : '"http://xxxxx "' ,
5+ BASE_URL : '"http://localhost:9000 "' ,
66 //ws 服务的地址配置
77 WS_BASE_URL :'"ws://xxxx"' ,
88 //cookie 的过期时间
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const devEnv = require('./dev.env')
55module . exports = merge ( devEnv , {
66 NODE_ENV : '"testing"' ,
77 // 接口地址配置
8- BASE_URL : '"http://xxxxx "' ,
8+ BASE_URL : '"http://localhost:9000 "' ,
99 //ws 服务的地址配置
1010 WS_BASE_URL :'"ws://xxxx"' ,
1111 //cookie 的过期时间
You can’t perform that action at this time.
0 commit comments