From 25ab6ddae2902b6735d7641b1371b25587a3589c Mon Sep 17 00:00:00 2001 From: 明梦爽 <2972214568@qq.com> Date: 星期四, 03 三月 2022 15:15:33 +0800 Subject: [PATCH] the new --- 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