From 6ccf3b4215596821fa5dd9dc45195786713d71f1 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 7 Nov 2023 13:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=20-=20=E4=B8=8A=E7=BA=A7=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E3=80=81=E5=90=8E=E5=8F=B0=E7=B1=BB=E5=9E=8B=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 ++++-- src/views/system/config/setting.vue | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) 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 @@