From 7822e3428722d63cc2955cf78e94e82c613cfddf Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 15 Dec 2023 15:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/biaopin/AppHome/AppHome.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/biaopin/AppHome/AppHome.vue b/src/project/biaopin/AppHome/AppHome.vue index d939d1f..d7d38d8 100644 --- a/src/project/biaopin/AppHome/AppHome.vue +++ b/src/project/biaopin/AppHome/AppHome.vue @@ -246,7 +246,7 @@ export default { } }, getAppList() { - this.$instance.get("/wuxi_home.json", null, { withoutToken: true }).then(res => { + this.$instance.get("/biaopin_home.json", null, { withoutToken: true }).then(res => { if (res.length) { this.appList = res }