From 97b5ba34b2545f3f4b75d46748b9e3ac412b1f82 Mon Sep 17 00:00:00 2001 From: VivimanZhang Date: Fri, 31 Mar 2023 00:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index e0d775f..0f971be 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,6 @@ ENV = 'production' # 接口地址 -VUE_APP_BASE_API = 'https://goapi.yixiang.co' +VUE_APP_BASE_API = 'http://localhost:8080' VUE_APP_WS_API = 'ws:///127.0.0.1:8001' diff --git a/.gitignore b/.gitignore index 38801a4..5f74b03 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ selenium-debug.log package-lock.json yarn.lock +/beego-vue-admin-web.iml