From 30cfedec07393db8008ce46e710ca2634e23cac2 Mon Sep 17 00:00:00 2001 From: zwq Date: Wed, 23 Feb 2022 11:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index aec3a79..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' \ No newline at end of file +VUE_APP_REPORT_VIEW_URL = '/ureport/preview'