reghao 7 месяцев назад
Родитель
Сommit
a8a44e9cb6
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      src/views/map/PhotoMap.vue

+ 6 - 6
src/views/map/PhotoMap.vue

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