This commit is contained in:
liuye
2023-12-15 15:27:57 +08:00
parent fab3ee32d0
commit 7822e34287

View File

@@ -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
}