更改onlyoffice服务为28服务器
This commit is contained in:
parent
dfa1f6b0b1
commit
44de325412
@ -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();
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user