update starter/src: mod 1 files

This commit is contained in:
jack ning
2025-03-24 00:21:35 +08:00
parent fe0994e7d1
commit 2cda58df0e

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-01-29 16:17:36
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-03-23 20:50:42
* @LastEditTime: 2025-03-23 23:37:08
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
@@ -169,7 +169,7 @@ public class PageRouteController {
@GetMapping({"/home",})
public String home(Model model) {
model.addAttribute("title", "微语首页");
model.addAttribute("chatUrl", "/chat/demo/bytedesk");
model.addAttribute("chatUrl", "/chat/home");
return "home";
}