From aaed1a33ec51e0924b6800e6fce70400493203ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 24 Jan 2024 09:50:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/api_address_config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/api_address_config.js b/public/api_address_config.js index b057135..cb19bac 100644 --- a/public/api_address_config.js +++ b/public/api_address_config.js @@ -8,9 +8,5 @@ window._CONFIG.domianWebSocketURL = 'http://localhost:8184/laws-sinotruk' window._CONFIG.staticDomainURL = window._CONFIG.domianURL + '/sys/common/download' window._CONFIG.pdfDomainURL = window._CONFIG.domianURL + '/sys/common/pdf/pdfPreviewIframe' window._CONFIG.casPrefixUrl = 'http://cas.example.org:8443/cas' -// 预览文件地址 +// kkFile地址 window._CONFIG.onlinePreviewDomainURL = 'http://127.0.0.1:8012/onlinePreview' -// onlyOffice前端服务地址 -window._CONFIG.onlyOfficeUrl = 'http://127.0.0.1:8080' -// onlyOffice下载文件地址(暂时没用) -window._CONFIG.onlyOfficeDownloadFileUrl = 'http://localhost:8184/sys/common/download'