Browse Source

Update index.vue

lex 1 year ago
parent
commit
8696eac545
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/accompaniment/index.vue

+ 1 - 3
src/views/accompaniment/index.vue

@@ -489,9 +489,7 @@ export default {
         url +
         "?Authorization=" +
         getToken() +
-        "&platform=web&isOpenMetronome=" +
-        this.lookNum +
-        "&t=" +
+        "&platform=web&t=" +
         new Date().getTime() +
         "#/detail/" +
         this.lookRow.id +