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 }