diff --git a/.env.development b/.env.development index 665f5c7..f9a0a2c 100644 --- a/.env.development +++ b/.env.development @@ -4,11 +4,13 @@ ENV = 'development' # http://mer.crmeb.net/admin # base api # VUE_APP_BASE_API = 'http://192.168.31.106:8324' -VUE_APP_BASE_API = 'https://mer1.crmeb.net' +#VUE_APP_BASE_API = 'https://mer1.crmeb.net' +VUE_APP_BASE_API = 'https://bt.test.cdlfjy.com' # socket 连接地址 #VUE_APP_WS_URL = 'ws://0.0.0.0:8324' -VUE_APP_WS_URL = 'ws://mer1.crmeb.net' +#VUE_APP_WS_URL = 'ws://mer1.crmeb.net' +VUE_APP_WS_URL = 'ws://bt.test.cdlfjy.com' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. diff --git a/src/views/system/config/setting.vue b/src/views/system/config/setting.vue index 961331e..534022f 100644 --- a/src/views/system/config/setting.vue +++ b/src/views/system/config/setting.vue @@ -1,6 +1,6 @@