删除 log
This commit is contained in:
parent
8e0a583d01
commit
6ec492e8a7
@ -348,7 +348,6 @@ export default {
|
|||||||
})
|
})
|
||||||
.then(res => {
|
.then(res => {
|
||||||
const data = res.data
|
const data = res.data
|
||||||
console.log(data)
|
|
||||||
if (data.errcode === 0) {
|
if (data.errcode === 0) {
|
||||||
this.allPos = data.message.map(item => {
|
this.allPos = data.message.map(item => {
|
||||||
const posArr = item.area.split(',')
|
const posArr = item.area.split(',')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user