修改home
This commit is contained in:
@@ -211,7 +211,7 @@ function stripHtml(htmlStr: string): string {
|
||||
*/
|
||||
const fetchArticlesByTopic = async (topic: string): Promise<NewsItem[]> => {
|
||||
try {
|
||||
const response = await fetch('http://localhost:8080/api/articles/getarticle', {
|
||||
const response = await fetch('http://8.155.160.224:8080/api/articles/getarticle', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
0
web/src/views/JiDiView.vue
Normal file
0
web/src/views/JiDiView.vue
Normal file
Reference in New Issue
Block a user