diff --git a/src/App.vue b/src/App.vue
index bd77da4..d07d9e1 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -91,6 +91,7 @@ export default {
'/me/right-menu/setting',
'/me/collect/video-collect',
'/me/collect/music-collect',
+ '/me/my-music',
'/login',
'/login/other',
diff --git a/src/components/Video.vue b/src/components/Video.vue
index 77e359f..5dc2d40 100644
--- a/src/components/Video.vue
+++ b/src/components/Video.vue
@@ -96,9 +96,9 @@
-
@@ -157,7 +157,7 @@ export default {
durationStyle() {
return {left: this.pageX + 'px'}
},
- processClass() {
+ progressClass() {
if (this.isMove) {
return 'stop'
} else {
@@ -336,7 +336,7 @@ export default {
setTimeout(() => {
this.isMove = false
}, 1000)
- this.currentTime = this.currentTime = Math.ceil(Math.ceil(e.changedTouches[0].pageX) / this.step)
+ this.currentTime = Math.ceil(Math.ceil(e.changedTouches[0].pageX) / this.step)
this.play()
globalMethods.$stopPropagation(e)
}
@@ -628,7 +628,7 @@ export default {
}
}
- .process {
+ .progress {
bottom: -1px;
position: absolute;
height: 7px;
diff --git a/src/components/Indicator.vue b/src/components/slide/Indicator.vue
similarity index 98%
rename from src/components/Indicator.vue
rename to src/components/slide/Indicator.vue
index e71579a..84e959a 100644
--- a/src/components/Indicator.vue
+++ b/src/components/slide/Indicator.vue
@@ -1,5 +1,5 @@
diff --git a/src/pages/me/Uploader.vue b/src/pages/me/Uploader.vue
index fa88b08..fc97abd 100644
--- a/src/pages/me/Uploader.vue
+++ b/src/pages/me/Uploader.vue
@@ -209,7 +209,7 @@