commit
This commit is contained in:
@@ -692,7 +692,7 @@ layout("/mobile/platform.html"){
|
||||
}
|
||||
},
|
||||
listActivity() {
|
||||
$.get("/platform/home/listHomeActivity").then((resp) => {
|
||||
$.get("/platform/sys/homeActivity/listHomeActivity").then((resp) => {
|
||||
if (resp.code === 0) {
|
||||
this.activityList = resp.data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user