新增聊天系统

This commit is contained in:
gyq
2025-06-16 17:51:09 +08:00
parent f103df619b
commit b7e12cd0d1
12 changed files with 1656 additions and 505 deletions

View File

@@ -95,6 +95,7 @@
// 角标链接定义
let badge_arr = {
'/pages/cart/cart': 'cart',
'/pages/user/user': 'user',
'/pages/cart-page/cart-page': 'cart',
};
for (var i in nav_content) {