|
@@ -8,7 +8,8 @@ let loading = ref(false);
|
|
|
|
|
|
async function getArticle() {
|
|
|
loading.value = true;
|
|
|
- let url = `https://cmm.ai:8084/get_article3?kw=${articleKw.value}`;
|
|
|
+ // let url = `https://cmm.ai:8084/get_article3?kw=${articleKw.value}`;
|
|
|
+ let url = `https://cmm.ai:8081/local_qa/?kw=${articleKw.value}`;
|
|
|
|
|
|
try {
|
|
|
let response = await axios.get(url);
|