This commit is contained in:
yanran200730
2023-05-18 15:16:09 +08:00
parent ee02cc8f73
commit d201cebd7d

View File

@@ -121,12 +121,12 @@ export default {
}, },
onLoad() { onLoad() {
this.autoLogin().then(() => {
this.getSwiperList(); this.getSwiperList();
this.getName(); this.getName();
this.getGrids(); this.getGrids();
this.getActive(); this.getActive();
this.getNotice(); this.getNotice();
this.autoLogin().then(() => {
}) })
}, },
methods: { methods: {