diff --git a/src/components/list/list_nav.vue b/src/components/list/list_nav.vue index 169a1426..956dfe58 100644 --- a/src/components/list/list_nav.vue +++ b/src/components/list/list_nav.vue @@ -263,7 +263,7 @@ export default { return ""; }, loadMenu() { - getConfigBanner({ client: this.client, status: 1, per: 10, type: "tool", subtype: "sidebar" }).then((res) => { + getConfigBanner({ client: this.client, status: 1, per: 10, type: "banner", subtype: "bbs" }).then((res) => { this.slideList = res.data.data.list; }); },