From 70ab41ed7d2f456896035da2f9c4ba3969c5fa21 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期三, 23 三月 2022 17:46:56 +0800
Subject: [PATCH] 上传后台aip服务

---
 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