Skip to content

Commit 602b2fe

Browse files
committed
fix(env): 环境变量
1 parent 7999559 commit 602b2fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ VUE_APP_BASE_API = 'http://127.0.0.1:8000'
1212
# Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
1313

1414
VUE_CLI_BABEL_TRANSPILE_MODULES = true
15-
VUE_APP_WEBSOCKET: '"ws://127.0.0.1:5200"',
15+
VUE_APP_WEBSOCKET = 'ws://127.0.0.1:5200'

admin/.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ENV = 'production'
33

44
# base api
55
VUE_APP_BASE_API = 'https://www.guke1.com'
6-
VUE_APP_WEBSOCKET: '"wss://www.guke1.com/ws"',
6+
VUE_APP_WEBSOCKET = 'wss://www.guke1.com/ws'
77

0 commit comments

Comments
 (0)