From 5326c2eb2c312df536ded33ad40384822c4436b0 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 7 Oct 2023 09:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 9c52fe0..2ae0f15 100644 --- a/.env.development +++ b/.env.development @@ -3,10 +3,12 @@ ENV = 'development' # base api #VUE_APP_BASE_API = 'http://127.0.0.1:8325' - VUE_APP_BASE_API = 'https://shop.lihaink.cn' +# VUE_APP_BASE_API = 'https://shop.lihaink.cn' + VUE_APP_BASE_API = 'https://crmeb-test.shop.lihaink.cn/admin' # socket 连接地址 #VUE_APP_WS_URL = 'ws://192.168.3.20:8324' -VUE_APP_WS_URL = 'wss://shop.lihaink.cn' +# VUE_APP_WS_URL = 'wss://shop.lihaink.cn' +VUE_APP_WS_URL = 'wss://crmeb-test.shop.lihaink.cn' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled.