mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-20 06:07:53 +00:00
update starter/src: mod 1 files
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user