From de1a7835e182db86372f10f9932b9f365f360f2d Mon Sep 17 00:00:00 2001 From: zwq Date: Fri, 25 Feb 2022 11:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 01e362e..5a9ba7d 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API = '/api' +VUE_APP_BASE_API = '' VUE_APP_REPORT_DESIGN_URL = '/ureport/designer' VUE_APP_REPORT_VIEW_URL = '/ureport/preview' -- 2.24.3