This commit is contained in:
@jyuhsin
2025-09-22 17:32:19 +08:00
parent ad8b47358a
commit 78d82137e4
7 changed files with 56 additions and 34 deletions
@@ -67,8 +67,8 @@ const home = {
}
},
methods: {
listQuickEntry() {
this.$axios.post("/platform/home/listQuickEntry", { platform: "H5" }).then((res) => {
listRecommendApp() {
this.$axios.post("/platform/home/listRecommendApp", { platform: "H5" }).then((res) => {
if (res.code === 0) {
this.quickEntries = res.data
}
@@ -91,7 +91,7 @@ const home = {
}
},
created() {
this.listQuickEntry()
this.listRecommendApp()
this.listActivity()
},
style: /*language=CSS*/ `