Commit 9072a284 authored by 박민석's avatar 박민석

fix lint

parent 8a0e95de
Pipeline #20879 passed with stages
in 3 minutes and 53 seconds
...@@ -63,7 +63,9 @@ ...@@ -63,7 +63,9 @@
const products = ['BXM', 'BXCM', 'BXCP', 'BXI'] const products = ['BXM', 'BXCM', 'BXCP', 'BXI']
messageItem.className = 'message ai' messageItem.className = 'message ai'
messageItem.textContent = pathname === 'swlab-docs' ? '뱅크웨어글로벌 소프트웨어 연구소 챗봇입니다. 어떤 제품 가이드에 대한 질문을 하시겠습니까?' : `뱅크웨어글로벌 소프트웨어 연구소 챗봇입니다. ${pathname.toUpperCase()}제품 가이드에 대한 질문을 해주세요.` messageItem.textContent = pathname === 'swlab-docs'
? '뱅크웨어글로벌 소프트웨어 연구소 챗봇입니다. 어떤 제품 가이드에 대한 질문을 하시겠습니까?'
: `뱅크웨어글로벌 소프트웨어 연구소 챗봇입니다. ${pathname.toUpperCase()}제품 가이드에 대한 질문을 해주세요.`
chatBody.appendChild(messageItem) chatBody.appendChild(messageItem)
if (pathname === 'swlab-docs') { if (pathname === 'swlab-docs') {
...@@ -169,10 +171,10 @@ ...@@ -169,10 +171,10 @@
isLoading = true isLoading = true
const payload = { // const payload = {
question: message, // question: message,
docsType: docType.toLowerCase(), // docsType: docType.toLowerCase(),
} // }
// fetch('https://182.162.100.161:13002/ask', { // fetch('https://182.162.100.161:13002/ask', {
// method: 'POST', // method: 'POST',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment