feat:merge webui

1.chat css display
2.chat table display
This commit is contained in:
aries_ckt 2023-07-01 22:02:13 +08:00
parent d8e4e72273
commit d2f3f79bac

View File

@ -8,7 +8,7 @@ const nextConfig = {
ignoreBuildErrors: true
},
env: {
API_BASE_URL: process.env.API_BASE_URL || 'https://u158074-879a-d00019a9.westa.seetacloud.com:8443'
API_BASE_URL: process.env.API_BASE_URL || 'http://localhost:5000'
}
}