From 192c830e8e0d8ebfb62539651fa3f95bf062224d Mon Sep 17 00:00:00 2001 From: yanghao <781521347@qq.com> Date: Mon, 23 Aug 2021 09:24:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index f1ab67d..31c2309 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ ENV = 'development' # 接口地址 -VUE_APP_BASE_API = 'http://192.168.0.114:8094' +VUE_APP_BASE_API = 'https://gxk6rw.39nat.com' VUE_APP_WS_API = 'ws://localhost:8088' # 是否启用 babel-plugin-dynamic-import-node插件