From 23f5f5b47a40d6b1286c615412be8d1f3f4f297b Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Thu, 21 Mar 2024 12:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E9=A1=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/prod_api_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/prod_api_config.js b/public/prod_api_config.js index f740d1e..9ea9545 100644 --- a/public/prod_api_config.js +++ b/public/prod_api_config.js @@ -4,6 +4,6 @@ window._CONFIG.documentUrl = 'http://laws-sinotruk-server-kmc2c.yf-grp:8080/laws // onlyOffice文件保存回调地址(后端服务的ip端口,最后一个/是必须的) window._CONFIG.callbackUrl = 'http://laws-sinotruk-server-kmc2c.yf-grp:8080/' // onlyOffice自定义编辑器的地址(plugins的前端路径,最后一个/是必须的) -window._CONFIG.configUrl = 'http://onlyofficeplugins.sinotruk.com/' +window._CONFIG.configUrl = 'http://srms-test.sinotruk.com/onlyofficeplugins/' // 预览文件地址 -window._CONFIG.onlinePreviewDomainURL = 'http://127.0.0.1:8012/onlinePreview' +window._CONFIG.onlinePreviewDomainURL = 'http://fileviewdev.sinotruk.com/onlinePreview'