时政要闻

This commit is contained in:
liuye
2023-09-05 10:46:53 +08:00
parent bd7cf65ca1
commit 16ef081acc

View File

@@ -117,7 +117,7 @@ export default {
...mapActions(['autoLogin', 'authCheck']), ...mapActions(['autoLogin', 'authCheck']),
getName() { getName() {
this.$instance.post("/app/appcontentmoduleinfo/listByName", null, { this.$instance.post("/app/appcontentmoduleinfo/listByName", null, {
params: {names: "新闻发布"}, params: {names: "时政要闻"},
withoutToken: true withoutToken: true
}).then(res => { }).then(res => {
if (res?.data[0]?.categoryList?.length) { if (res?.data[0]?.categoryList?.length) {