Skip to content

Commit 55bbedf

Browse files
committed
修改开发环境代理地址
1 parent 2461069 commit 55bbedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ENV = 'development'
22

33
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http
4-
VUE_APP_BASE_API = 'http://localhost:3000'
4+
VUE_APP_BASE_API = 'http://42.194.194.178:3000'
55
# 如果接口是 http 形式, wss 需要改为 ws
6-
VUE_APP_WS_API = 'ws://localhost:3000'
6+
VUE_APP_WS_API = 'ws://42.194.194.178:3000'
77

88
# 是否启用 babel-plugin-dynamic-import-node插件
99
VUE_CLI_BABEL_TRANSPILE_MODULES = true

0 commit comments

Comments
 (0)