optimize the logic for showing chat history

This commit is contained in:
RockYang
2023-04-20 11:56:33 +08:00
parent efc1ea5d8b
commit 296d83c3a1
6 changed files with 603 additions and 597 deletions

View File

@@ -16,10 +16,7 @@ module.exports = defineConfig({
]
},
publicPath: process.env.NODE_ENV === 'production'
? '/chat'
: '/',
publicPath: process.env.NODE_ENV === 'production' ? '/chat' : '/',
outputDir: '../dist',
crossorigin: "anonymous",
devServer: {