From 0266f1266c0894efe8ba2a64da0461472629ef4d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 20 Jul 2026 10:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A70nlyoffice=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.prod b/.env.prod index b0285002..f6c37150 100644 --- a/.env.prod +++ b/.env.prod @@ -6,7 +6,7 @@ NODE_ENV = 'prod' VUE_APP_BASE_PATH = '/' # onlyoffice地址 -VUE_APP_ONLYOFFICE_URL = "https://office.extimaging.com" +VUE_APP_ONLYOFFICE_URL = "https://office.rayplus.net" # 是否开启登陆限制 true:是 false:否 VUE_APP_LOGIN_FOR_PERMISSION = true