From cae892f7fa165fadbf0c4e8928846f715cda7a88 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期三, 23 三月 2022 18:29:30 +0800
Subject: [PATCH] 增加介绍文档

---
 src/components/Home.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/Home.vue b/src/components/Home.vue
index 7bafe07..3e42a65 100644
--- a/src/components/Home.vue
+++ b/src/components/Home.vue
@@ -45,7 +45,7 @@
     // this.getNavArr();
   },
   mounted() {
-    let api3 = 'http://localhost:8080/news_type/all'
+    let api3 = 'http://localhost:7070/news_type/all'
     axios.get(api3).then((res)=>{
       // console.log(res);
       this.menuList2 = res.data.data

--
Gitblit v1.8.0