feat: chat ui

This commit is contained in:
archer
2023-05-12 00:09:10 +08:00
parent 39f9080eb2
commit 1226c3efb7
6 changed files with 195 additions and 104 deletions

View File

@@ -9,9 +9,11 @@ import Navbar from './navbar';
import NavbarPhone from './navbarPhone';
const pcUnShowLayoutRoute: Record<string, boolean> = {
'/': true,
'/login': true
};
const phoneUnShowLayoutRoute: Record<string, boolean> = {
'/': true,
'/login': true
};