Merge branch 'lj'

# Conflicts:
#	service/request.js
This commit is contained in:
LuoShijie
2023-11-17 20:15:31 +08:00
13 changed files with 998 additions and 391 deletions

View File

@@ -55,7 +55,11 @@
methods: {
getBanner() {
this.$api.getBanner().then(res => {
this.swiperList = res.data.data.map(item => this.$api.imgUrl + item.img)
res.data.data.forEach(item=>{
item.img =this.$api.imgUrl + item.img
})
this.swiperList = res.data.data
// .map(item => this.$api.imgUrl + item.img)
})
},
getNotice() {