feat: 产品页面搭建

This commit is contained in:
Gsh
2025-06-18 23:28:27 +08:00
parent 8a8e69596a
commit 890727d495
8 changed files with 637 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ export const COLLAPSE_THRESHOLD: number = 600;
export const SIDE_BAR_WIDTH: number = 280;
// 路由白名单地址[本地存在的路由 staticRouter.ts 中]
export const ROUTER_WHITE_LIST: string[] = ['/chat', '/chat/not_login', '/403', '/404'];
export const ROUTER_WHITE_LIST: string[] = ['/chat', '/chat/not_login', '/product', '/403', '/404'];