src/main/java/com/product/file/controller/WebOfficeController.java
@@ -164,6 +164,7 @@ @ApiVersion(1) public String openOffice(Model model, HttpServletRequest request) { try { //获取参数 FieldSetEntity fse = null; Object bean = request.getAttribute(CoreConst.API_POST_REQUEST_DATA); @@ -232,6 +233,10 @@ model.addAttribute("transportProtocols", "http"); model.addAttribute("port", Global.getSystemConfig("server.port", "")); return "webOffice"; } catch (Exception e) { e.printStackTrace(); return "404"; } } /**