From a5eeddddf24f7f62e29ae0142e458dc912ebd19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Wed, 10 Jul 2024 10:58:04 +0800 Subject: [PATCH] =?UTF-8?q?cms=E5=AD=90=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3-master/src/api/demo/mainHome.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecgboot-vue3-master/src/api/demo/mainHome.ts b/jeecgboot-vue3-master/src/api/demo/mainHome.ts index ade3144f..2b16e95f 100644 --- a/jeecgboot-vue3-master/src/api/demo/mainHome.ts +++ b/jeecgboot-vue3-master/src/api/demo/mainHome.ts @@ -2,7 +2,7 @@ import { defHttp } from '/@/utils/http/axios'; enum Api { DEMO_NAV_LIST = '/cms/front/getColumnList', - DEMO_ARTICLE_LIST = 'cms/front/getArticleListByColumn', + DEMO_ARTICLE_LIST = '/cms/front/getArticleListByColumn', DEMO_ARTICLE_ITEM = '/cms/front/getByArticleTitle', getindexcomp = '/cms/front/getindexcomp', getindexnews = '/cms/front/getindexnew',