From 7c3667e6ea2bd2a7ad081848b87d726b5f9606c3 Mon Sep 17 00:00:00 2001
From: Superman_Main <396572590@qq.com>
Date: Sun, 5 Dec 2021 16:08:20 +0800
Subject: [PATCH] feat:FOTON rest
---
public/static/onlyOffice/editor.html | 4 ++--
public/static/onlyOffice/onlinePreview.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/static/onlyOffice/editor.html b/public/static/onlyOffice/editor.html
index 4ff974662..f06c7a482 100644
--- a/public/static/onlyOffice/editor.html
+++ b/public/static/onlyOffice/editor.html
@@ -10,7 +10,7 @@
在线编辑
-
+
@@ -110,7 +110,7 @@
"documentType": documentType, // 文档类word-text、表格类excel-spreadsheet、ppt类-presentation
"editorConfig": {
// 此处配置回调地址
- "callbackUrl": `http://10.100.5.116:4202/api/att/attFile/recieveFile?fileNm=${fileName}&standNo=${filePath}`,
+ "callbackUrl": `https://srms.foton.com.cn/api/att/attFile/recieveFile?fileNm=${fileName}&standNo=${filePath}`,
"mode":"edit",
"lang":"zh-CN",
// "customization": {
diff --git a/public/static/onlyOffice/onlinePreview.html b/public/static/onlyOffice/onlinePreview.html
index 013abf4a9..2cd328f50 100644
--- a/public/static/onlyOffice/onlinePreview.html
+++ b/public/static/onlyOffice/onlinePreview.html
@@ -9,7 +9,7 @@
在线预览
-
+
@@ -107,7 +107,7 @@
"documentType": documentType,
"editorConfig": {
// 此处配置回调地址
- "callbackUrl": `http://10.100.5.116:4202/api/att/attFile/recieveFile?fileNm=${fileName}&standNo=${filePath}`,
+ "callbackUrl": `https://srms.foton.com.cn/api/att/attFile/recieveFile?fileNm=${fileName}&standNo=${filePath}`,
"mode":"edit",
"lang":"zh-CN",
// "customization": {