Add files via upload

This commit is contained in:
公明
2026-02-08 23:38:57 +08:00
committed by GitHub
parent 7447e82c39
commit 8b2dfea884
3 changed files with 200 additions and 47 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
// 页面路由管理
let currentPage = 'chat';
let currentPage = 'dashboard';
// 初始化路由
function initRouter() {
@@ -32,8 +32,8 @@ function initRouter() {
}
}
// 默认显示对话页面
switchPage('chat');
// 默认显示仪表盘
switchPage('dashboard');
}
// 切换页面