fix:接口去掉参数

This commit is contained in:
gounaikang@hisense.com 2022-08-25 13:46:33 +08:00
parent 8b12cfac2b
commit efbdaacab0
1 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,8 @@ export default {
},
//
async getRoadData () {
const res = await getRoadData({ dt: this.preTime })
// const res = await getRoadData({ dt: this.preTime })
const res = await getRoadData()
//
this.roadData = res.data.data
// pm>200