更改onlyoffice服务为28服务器
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
yudao-ui-admin CI / build (14.x) (push) Has been cancelled
yudao-ui-admin CI / build (16.x) (push) Has been cancelled

This commit is contained in:
XaoLi717 2024-10-10 15:59:42 +08:00
parent dfa1f6b0b1
commit 44de325412
2 changed files with 3 additions and 2 deletions

View File

@ -160,7 +160,7 @@ public class onlyofController {
@Operation(summary = "编辑文件")
@PreAuthorize("@ss.hasPermission('only:onlyof:edit')")
public ModelAndView editDocFile(@RequestParam String name, String userName, String userId ,String token, Model model) {
// System.out.println("edit");
// System.out.println("token"+token);
String path = filePath+name;
// System.out.println("path:"+path);
ModelAndView mav = new ModelAndView();

View File

@ -327,7 +327,8 @@ files:
edited-docs: .docx|.xlsx|.csv|.pptx|.txt
viewed-docs: .pdf|.djvu|.xps
url:
site: http://192.168.1.15:7878/
# site: http://192.168.1.15:7878/
site: http://192.168.1.28:8088/
converter: ConvertService.ashx
command: coauthoring/CommandService.ashx
api: web-apps/apps/api/documents/api.js