From f6e3b93b11ecf636482a5025ad7fbd59ffb03b85 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 22 Jul 2024 10:35:01 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E9=A2=84=E8=A7=88]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=90=8E=E7=AB=AF=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/api_address_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/api_address_config.js b/public/api_address_config.js index 216f0fb..1084825 100644 --- a/public/api_address_config.js +++ b/public/api_address_config.js @@ -3,7 +3,7 @@ */ window._CONFIG = {} window._CONFIG.domianURL = '/laws-chery' // 路由转发 devServer -window._CONFIG.domianWebSocketURL = 'http://localhost:8184/laws-chery' +window._CONFIG.domianWebSocketURL = 'http://localhost:8188/laws-chery' // 单点登录地址 window._CONFIG.staticDomainURL = window._CONFIG.domianURL + '/sys/common/download' window._CONFIG.pdfDomainURL = window._CONFIG.domianURL + '/sys/common/pdf/pdfPreviewIframe' @@ -13,7 +13,7 @@ window._CONFIG.onlinePreviewDomainURL = 'http://127.0.0.1:8012/onlinePreview' // onlyOffice前端服务地址 window._CONFIG.onlyOfficeUrl = 'http://10.0.10.87:8083' // onlyOffice下载文件地址(暂时没用) -window._CONFIG.onlyOfficeDownloadFileUrl = 'http://localhost:8184/sys/common/download' +window._CONFIG.onlyOfficeDownloadFileUrl = 'http://localhost:8188/sys/common/download' // 管理员角色code,英文逗号拼接 window._CONFIG.adminRoleCode = 'admin,BZGLY,KFGLY' // 超级管理员code