use absolute path for all routes

This commit is contained in:
RockYang
2023-09-07 10:27:18 +08:00
parent 3b26735998
commit f943669e18
9 changed files with 27 additions and 19 deletions

View File

@@ -102,7 +102,7 @@ const exportChat = () => {
justify-content center
.chat-box {
max-width 800px;
width 800px;
// 变量定义
--content-font-size: 16px;
--content-color: #c1c1c1;