【update】测试环境配置项文件的修改

This commit is contained in:
fengchenchen
2024-03-21 12:52:38 +08:00
parent 1c9a4dab88
commit 23f5f5b47a
+2 -2
View File
@@ -4,6 +4,6 @@ window._CONFIG.documentUrl = 'http://laws-sinotruk-server-kmc2c.yf-grp:8080/laws
// onlyOffice文件保存回调地址(后端服务的ip端口,最后一个/是必须的) // onlyOffice文件保存回调地址(后端服务的ip端口,最后一个/是必须的)
window._CONFIG.callbackUrl = 'http://laws-sinotruk-server-kmc2c.yf-grp:8080/' window._CONFIG.callbackUrl = 'http://laws-sinotruk-server-kmc2c.yf-grp:8080/'
// onlyOffice自定义编辑器的地址(plugins的前端路径,最后一个/是必须的) // 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'