|
@@ -225,14 +225,14 @@ export default {
|
|
|
this.$notify({
|
|
this.$notify({
|
|
|
message: res.msg,
|
|
message: res.msg,
|
|
|
type: 'warning',
|
|
type: 'warning',
|
|
|
- duration: 3000
|
|
|
|
|
|
|
+ duration: 1000
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
|
this.$notify({
|
|
this.$notify({
|
|
|
message: error.message,
|
|
message: error.message,
|
|
|
type: 'warning',
|
|
type: 'warning',
|
|
|
- duration: 3000
|
|
|
|
|
|
|
+ duration: 1000
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
@@ -260,14 +260,14 @@ export default {
|
|
|
this.$notify({
|
|
this.$notify({
|
|
|
message: res.msg,
|
|
message: res.msg,
|
|
|
type: 'warning',
|
|
type: 'warning',
|
|
|
- duration: 3000
|
|
|
|
|
|
|
+ duration: 1000
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
|
this.$notify({
|
|
this.$notify({
|
|
|
message: error.message,
|
|
message: error.message,
|
|
|
type: 'warning',
|
|
type: 'warning',
|
|
|
- duration: 3000
|
|
|
|
|
|
|
+ duration: 1000
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
@@ -304,14 +304,14 @@ export default {
|
|
|
this.$notify({
|
|
this.$notify({
|
|
|
message: 'GoogleEarth 坐标已复制, 快到 GoogleEarth 中去找这个地方吧~',
|
|
message: 'GoogleEarth 坐标已复制, 快到 GoogleEarth 中去找这个地方吧~',
|
|
|
type: 'warning',
|
|
type: 'warning',
|
|
|
- duration: 3000
|
|
|
|
|
|
|
+ duration: 1000
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
onCopyError(e) {
|
|
onCopyError(e) {
|
|
|
this.$notify({
|
|
this.$notify({
|
|
|
message: '复制 GoogleEarth 坐标失败!',
|
|
message: '复制 GoogleEarth 坐标失败!',
|
|
|
type: 'error',
|
|
type: 'error',
|
|
|
- duration: 3000
|
|
|
|
|
|
|
+ duration: 1000
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
onChange() {
|
|
onChange() {
|