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 7999559 commit 602b2feCopy full SHA for 602b2fe
admin/.env.development
@@ -12,4 +12,4 @@ VUE_APP_BASE_API = 'http://127.0.0.1:8000'
12
# Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
13
14
VUE_CLI_BABEL_TRANSPILE_MODULES = true
15
-VUE_APP_WEBSOCKET: '"ws://127.0.0.1:5200"',
+VUE_APP_WEBSOCKET = 'ws://127.0.0.1:5200'
admin/.env.production
@@ -3,5 +3,5 @@ ENV = 'production'
3
4
# base api
5
VUE_APP_BASE_API = 'https://www.guke1.com'
6
-VUE_APP_WEBSOCKET: '"wss://www.guke1.com/ws"',
+VUE_APP_WEBSOCKET = 'wss://www.guke1.com/ws'
7
0 commit comments