diff --git a/src/views/chatbot/index.vue b/src/views/chatbot/index.vue index 60077aa..797f2bc 100644 --- a/src/views/chatbot/index.vue +++ b/src/views/chatbot/index.vue @@ -12,7 +12,7 @@ export default { return {} }, mounted: () => { - let host = 'https://joinbot.tk' + let host = 'https://joinbot.tk/bot' if (process.env.NODE_ENV === 'development') { host = 'http://localhost:3000' }