From 783b54ff6639674cd4388df353bfafa42c3ea895 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 5 Mar 2026 10:52:27 +0800 Subject: [PATCH] =?UTF-8?q?usa=5Fprod=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.usa_prod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.usa_prod b/.env.usa_prod index 4f8c135c..7805c86e 100644 --- a/.env.usa_prod +++ b/.env.usa_prod @@ -2,7 +2,10 @@ ENV = 'usa' NODE_ENV = 'usa' # base public path -VUE_APP_BASE_PATH = 'https://ei-med-s3-code.s3.amazonaws.com/2025-01-24/' +VUE_APP_BASE_PATH = '/' + +# onlyoffice地址 +VUE_APP_ONLYOFFICE_URL = "https://office.lili.elevateimaging.ai" # 是否开启登陆限制 true:是 false:否 VUE_APP_LOGIN_FOR_PERMISSION = true