liyongli 3 anni fa
parent
commit
e022c1e6eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/Radio/Radio.vue

+ 1 - 1
src/views/Radio/Radio.vue

@@ -202,7 +202,7 @@ export default {
     };
   },
   mounted() {
-    this.volumeNum = window.localStorage.volumeNum || 0;
+    this.volumeNum = window.localStorage.volumeNum || 100;
     this.volume();
     let D = new Date(new Date() - 86400000);
     let Y = D.getFullYear();