mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-21 03:44:21 +00:00
fix: 修复部分多会话逻辑
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineConfig((env) => {
|
||||
server: {
|
||||
port: 1002,
|
||||
host: '0.0.0.0',
|
||||
open: true,
|
||||
open: false,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: viteEnv.VITE_APP_API_BASE_URL,
|
||||
|
Reference in New Issue
Block a user