diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js index a1c2e4a8f..8b7c32caa 100644 --- a/src/sysConfig/index.js +++ b/src/sysConfig/index.js @@ -22,8 +22,8 @@ const devWebUrl = 'http://62.234.136.153:8038/#/' const webLoginType = 'dev' // 配置onlyOffice 前端服务 -const onlyOfficeUrl = 'http://127.0.0.1:8080' -// const onlyOfficeUrl = 'http://10.10.10.46:8103' +// const onlyOfficeUrl = 'http://127.0.0.1:8080' +const onlyOfficeUrl = 'http://10.10.10.46:8103' // 云端端口号 const DEV_CLOUD_RES_INTERFACE_PORT = '7777'