We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2461069 commit 55bbedfCopy full SHA for 55bbedf
.env.development
@@ -1,9 +1,9 @@
1
ENV = 'development'
2
3
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http
4
-VUE_APP_BASE_API = 'http://localhost:3000'
+VUE_APP_BASE_API = 'http://42.194.194.178:3000'
5
# 如果接口是 http 形式, wss 需要改为 ws
6
-VUE_APP_WS_API = 'ws://localhost:3000'
+VUE_APP_WS_API = 'ws://42.194.194.178:3000'
7
8
# 是否启用 babel-plugin-dynamic-import-node插件
9
VUE_CLI_BABEL_TRANSPILE_MODULES = true
0 commit comments